|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | DATE FirstDayOfMonth (date) |
Returns the date of the first day of the month relatively to the given date |
|
+ | DATE FirstDayOfNextMonth (date) |
Returns the date of the first day of the next month relatively to the given
date |
|
+ | DATE FirstDayOfWeek (date) |
Returns the date of the first day in the given week |
|
+ | DATE FirstDayOfYear (date) |
Returns the date of January 1st relatively to the given date |
|
+ | LOGICAL IsLeapYear (date) |
Returns true when the date of the given date is in a leap year |
|
+ | INTEGER IsoWeekDay (date) |
Returns the week day (1..7) using the ISO 8601 norm used in Germany
and most European countries where the week starts with Monday |
|
+ | INTEGER LastDayNumberOfMonth (date) |
Returns the day number of the last day of the month relatively
to the given date |
|
+ | DATE LastDayOfMonth (date) |
Returns the date of the last day of the month relatively to the given date |
|
+ | DATE LastDayOfWeek (date) |
Returns the date of the last day in the given week |
|
+ | DATE LastDayOfYear (date) |
Returns the date of December 31st relatively to the given date |
|
+ | INTEGER WeekNumber (date) |
Returns the week number of the given date |
Options | Name | Purpose | |
---|---|---|---|
- | DateType () |
Constructor for the DateType class |
Top
PUBLIC DATE FirstDayOfMonth (date)
|
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC DATE FirstDayOfNextMonth (date)
|
||||||||||||||||||||||
PUBLIC DATE FirstDayOfWeek (date)
|
||||||||||||||||||||||
PUBLIC DATE FirstDayOfYear (date)
|
||||||||||||||||||||||
PUBLIC LOGICAL IsLeapYear (date)
|
||||||||||||||||||||||
PUBLIC INTEGER IsoWeekDay (date)
|
||||||||||||||||||||||
PUBLIC INTEGER LastDayNumberOfMonth (date)
|
||||||||||||||||||||||
PUBLIC DATE LastDayOfMonth (date)
|
||||||||||||||||||||||
PUBLIC DATE LastDayOfWeek (date)
|
||||||||||||||||||||||
PUBLIC DATE LastDayOfYear (date)
|
||||||||||||||||||||||
PUBLIC INTEGER WeekNumber (date)
|
PRIVATE DateType ()
|
---|