Indicates the current era of the calendar.
Returns a new Time with the specified number of months added. If the months are negative, the months are subtracted.
Add the specified number of years to the given Time.
Property. When overridden, retrieves the list of eras in the current calendar.
When overridden, returns the day of the month in the specified Time.
When overridden, returns the day of the week in the specified Time.
When overridden, returns the day of the year in the specified Time.
Returns the number of days in the specified _year and _month of the current era.
When overridden, returns the number of days in the specified _year and _month of the specified _era.
Returns the number of days in the specified _year of the current era.
When overridden, returns the number of days in the specified _year of the specified _era.
When overridden, returns the era in the specified Time.
When overridden, returns the month in the specified Time.
Returns the number of months in the specified _year of the current era.
When overridden, returns the number of months in the specified _year of the specified _era.
Returns the week of the year that includes the specified Time.
When overridden, returns the year in the specified Time.
Property. Retrieves the identifier associated with the current calendar.
Indicates whether the specified _year in the current era is a leap _year.
When overridden, indicates whether the specified _year in the specified _era is a leap _year.
Get the components of a Time structure using the rules of the calendar. This is useful if you want more than one of the given components. Note that this doesn't handle the time of day, as that is calculated directly from the Time struct.
Get the components of a Time structure using the rules of the calendar. This is useful if you want more than one of the given components. Note that this doesn't handle the time of day, as that is calculated directly from the Time struct.
Returns a Time value set to the specified date and time in the current era.
Returns a Time value for the given Date, in the current era
Returns a Time value for the given DateTime, in the current era
Returns a Time value for the given Date and TimeOfDay, in the current era
When overridden, returns a Time value set to the specified date and time in the specified _era.
$(ANCHOR _Calendar) Represents time in week, month and year divisions. Remarks: Calendar is the abstract base class for the following Calendar implementations: Gregorian, Hebrew, Hijri, Japanese, Korean, Taiwan and ThaiBuddhist.