SPUtility.GetCalendarYearMin method
Returns the minimum year that can be represented in calendars.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetCalendarYearMin ( _
iCalType As Integer _
) As Integer
'Usage
Dim iCalType As Integer
Dim returnValue As Integer
returnValue = SPUtility.GetCalendarYearMin(iCalType)
public static int GetCalendarYearMin(
int iCalType
)
Parameters
iCalType
Type: System.Int32A 32-bit integer that represents a Microsoft.SharePoint.SPCalendarType value.
Return value
Type: System.Int32
A 32-bit integer that represents the year.