Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Arguments

Many date-time functions use the arguments DateField and DateValue. datedateField and dateValue.

date

tbc

Anchor
dateField
dateField

...

dateField

DateField dateField can take one of the following values:

  • _YEAR
  • _MONTH
  • _DAY (equivalent to _DAY_OF_MONTH)
  • _DAY_OF_WEEK
  • _DAY_OF_MONTH
  • _DAY_OF_YEAR
  • _WEEK_OF_YEAR
  • _HOUR
  • _MINUTE
  • _SECOND
  • _MILLISECOND

Anchor
dateValue
dateValue

...

dateValue

DateValue dateValue can either be a number, representing a month or day, or a constant.

...