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