Share via


SerializableTimeZoneTime.DayOfWeek Property

The DayOfWeek property gets or sets the day of the week when the transition to and from standard time and daylight saving time occurs.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property DayOfWeek As String
    Get
    Set
'Usage
Dim instance As SerializableTimeZoneTime
Dim value As String

value = instance.DayOfWeek

instance.DayOfWeek = value
public string DayOfWeek { get; set; }

Property Value

Type: System.String
The DayOfWeek property returns a string that represents the day of the week when the transition to and from standard time and daylight saving time occurs.

Remarks

The following are the possible values for this property:

  • Sunday

  • Monday

  • Tuesday

  • Wednesday

  • Thursday

  • Friday

  • Saturday