Compartilhar via


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)
Available in Sandboxed Solutions: No

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