company logo

Date :: 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. Get day of week
    int32 Date  :: dayOfWeek (  )
  2. to list
  3. Set day of week
    int32 Date  :: dayOfWeek ( int32 iDayOfWeek )

    The function sets the date to the day ow week passed in iDayOfWeek. The value passed should be a value between 1 and 7.

    • iDayOfWeek - Day of week

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

  4. to list