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

Return value

Type: System.Int32
A 32-bit integer that represents the year.

See also

Reference

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace