Version

DayOfWeekMaskUtc Property

Gets/sets the day(s) of the week on which each occurrence occurs in UTC.
Syntax
'Declaration
 
Public Property DayOfWeekMaskUtc As RecurrenceDayOfWeekMask
public RecurrenceDayOfWeekMask DayOfWeekMaskUtc {get; set;}
Remarks

Note: The value of the DayOfWeekMaskUtc property is expressed as bitflags, so that multiple days can be represented by the property.

When the Period property is set to 'Daily', the DayOfWeekMaskUtc property can only be set to 'All' or 'AllWeekdays'; setting the property to any other value will result in an exception being thrown.

When the Period property is set to 'Weekly', the DayOfWeekMaskUtc property cannot be set to 'None'; doing so will result in an exception being thrown.

When the Period property is set to 'Monthly' or 'Yearly', the DayOfWeekMaskUtc property is not applicable.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also