Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents an international date value.
The IntlDate type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
![]() |
CalendarType | Gets or sets the calendar type of the international date. |
![]() |
Day | Gets or sets the integer day value of the international date. |
![]() |
DayOfWeek | Gets the integer day of the week of the international date. |
![]() |
Era | Gets or sets the integer era value of the international date. |
![]() |
JDay | Gets or sets the integer Julian day value of the international date. |
![]() |
Month | Gets or sets the integer month value of the international date. |
![]() |
Year | Gets or sets the integer year value of the international date. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddDays | Adds the specified number of days to the Julian day value of the international date. |
![]() |
DaysInMonth | Returns an Integer that represents the number of days in the calendar month of the international date. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsYearLeap | Returns a Boolean value that indicates whether the year of the international date is a leap year. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MonthsInYear | Returns an Integer that represents the number of months in the calendar year of the international date. |
![]() |
ToString | (Inherited from Object.) |
Top