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