|
|
|
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
|