ExYearlyRecurringTime.GetInstance Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public MustOverride Function GetInstance ( _
year As Integer _
) As DateTime
'Usage
Dim instance As ExYearlyRecurringTime
Dim year As Integer
Dim returnValue As DateTime
returnValue = instance.GetInstance(year)
public abstract DateTime GetInstance(
int year
)
Parameters
- year
Type: System.Int32
Return Value
Type: System.DateTime