The Date class
contains methods used to format and manipulate date fields. The following
methods are used in association with a type Date object:
type Date objectName = value
Ancestor |
|
Descendants |
None |
Methods |
Description |
Returns the day of this Date as a two-digit String. | |
Returns the day of this Date as a canonic Number. | |
Returns the day within the year of this Date. | |
Returns the number of days in the month of this Date. | |
Returns the number of days to the end of the year of this Date. | |
Returns whether this Date is a business day (according to the supplied calendar). | |
Returns whether the year of this Date is a leap year. | |
Returns the month of this Date as a two-digit String. | |
Returns the month of this Date as a Number. | |
Returns the Nth next business date according to the supplied calendar. | |
Returns the next frequency date. | |
Returns the Nth previous business date according to the supplied calendar. | |
Returns a formatted string representation of this Date. | |
Returns the year of this Date as four digits. |