Skip to main content Skip to complementary content

FirstWeekDay Property

Overloads

FirstWeekDay

First day of the week, starting from 0.

According to ISO 8601, Monday is the first day of the week.

* 0 = Monday

* 1 = Tuesday

* ...

* 6 = Sunday

If this property has not been set in a script, the returned value comes from the Windows operating system.

JSON property name: qFirstWeekDay

FirstWeekDay

First day of the week, starting from 0.

According to ISO 8601, Monday is the first day of the week.

  • 0 = Monday
  • 1 = Tuesday
  • ...
  • 6 = Sunday

If this property has not been set in a script, the returned value comes from the Windows operating system.

JSON property name: qFirstWeekDay

Declaration

      public int FirstWeekDay { get; set; }
    

Property Value

Type Description
System.Int32

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!