IntlDate Constructor (Int32)

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

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

Dim instance As New IntlDate(julianDay)
public IntlDate(
    int julianDay
)

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