ExCalendar.GetEra Method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function GetEra ( _
time As ExDateTime _
) As Integer
'Usage
Dim instance As ExCalendar
Dim time As ExDateTime
Dim returnValue As Integer
returnValue = instance.GetEra(time)
public int GetEra(
ExDateTime time
)
Parameters
- time
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime
Return Value
Type: System.Int32