company logo

Date :: dayOfWeek - Get day of week

The function returns the day of week from the date value beginning with 1 for Monday.

Return value:  Day of week ( int32  )

Number of the day in the week (counting from Monday).

Implementation overview

Implementation details

  1. - internal feature (not documented)
    int32 Date  :: dayOfWeek (  )
  2. to list
  3. - internal feature (not documented)
    int32 Date  :: dayOfWeek ( int32 iDayOfWeek )
    • iDayOfWeek - Day of week

      Number of the day in the week (counting from Monday).

  4. to list