IntlDate members

Represents an international date value.

The IntlDate type exposes the following members.

Constructors

  Name Description
Public method IntlDate(Int32) Initializes a new instance of the IntlDate class and uses the specified Julian day.
Public method IntlDate(Int32, SPCalendarType) Initializes a new instance of the IntlDate class and uses the specified Julian day and calendar type.
Public method IntlDate(Int32, Int32, Int32) Initializes a new instance of the IntlDate class and uses the specified integer values for year, month, and day.
Public method 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.
Public method 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
Public property CalendarType Gets or sets the calendar type of the international date.
Public property Day Gets or sets the integer day value of the international date.
Public property DayOfWeek Gets the integer day of the week of the international date.
Public property Era Gets or sets the integer era value of the international date.
Public property JDay Gets or sets the integer Julian day value of the international date.
Public property Month Gets or sets the integer month value of the international date.
Public property Year Gets or sets the integer year value of the international date.

Top

Methods

  Name Description
Public method AddDays Adds the specified number of days to the Julian day value of the international date.
Public method DaysInMonth Returns an Integer that represents the number of days in the calendar month of the international date.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IsYearLeap Returns a Boolean value that indicates whether the year of the international date is a leap year.
Protected method MemberwiseClone (Inherited from Object.)
Public method MonthsInYear Returns an Integer that represents the number of months in the calendar year of the international date.
Public method ToString (Inherited from Object.)

Top

See also

Reference

IntlDate class

Microsoft.SharePoint.Utilities namespace