IntlDate constructor (Int32, SPCalendarType)

Initializes a new instance of the IntlDate class and uses the specified Julian day and calendar type.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    julianDay As Integer, _
    calendarType As SPCalendarType _
)
'Usage
Dim julianDay As Integer
Dim calendarType As SPCalendarType

Dim instance As New IntlDate(julianDay, _
    calendarType)
public IntlDate(
    int julianDay,
    SPCalendarType calendarType
)

Parameters

  • julianDay
    Type: System.Int32

    A 32-bit integer that represents a Julian day.

See also

Reference

IntlDate class

IntlDate members

IntlDate overload

Microsoft.SharePoint.Utilities namespace