company logo

DateTime :: dayOfWeek - Day of week

The property provides 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). The value ranges from 1 to 7.

Implementation overview

Implementation details

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

      Number of the day in the week (counting from Monday). The value ranges from 1 to 7.

  4. to list