IntlDate Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the IntlDate class.
Overload List
Name | Description | |
---|---|---|
IntlDate(Int32) | Initializes a new instance of the IntlDate class and uses the specified Julian day. | |
IntlDate(Int32, SPCalendarType) | Initializes a new instance of the IntlDate class and uses the specified Julian day and calendar type. | |
IntlDate(Int32, Int32, Int32) | Initializes a new instance of the IntlDate class and uses the specified integer values for year, month, and day. | |
IntlDate(Int32, Int32, Int32, SPCalendarType) | Initializes a new instance of the IntlDate class and uses the specified integer values for year, month, and day, and the specified calendar type. | |
IntlDate(Int32, Int32, Int32, Int32, SPCalendarType) | Initializes a new instance of the IntlDate class and uses the specified integer values for year, month, day, and era, and the specified calendar type. |
Top