Version

DayOfWeekSettings Class

Object which exposes properties for settings that apply to a particular day of the week for a particular Owner.
Syntax
'Declaration
 
Public Class DayOfWeekSettings 
   Inherits OwnerTimeSlotSettings
public class DayOfWeekSettings : OwnerTimeSlotSettings 
Remarks

The UltraCalendarInfo component extends the ability to specify whether a particular day of the week is a working day, as well as when the working day begins and ends. This functionality is realized though the DayOfWeek object; the UltraCalendarInfo.DaysOfWeek collection returns one of these objects for each day of the week. The DayOfWeekSettings object extends the ability to specify whether a particular day of the week is a working day, as well as when the working day begins and ends, for the Owner to which the instance is associated. When a property of the DayOfWeekSettings object is set, that value is used for that day of the week; in the absence of a specific setting on the DayOfWeekSettings object, the value from the DayOfWeek object (in the UltraCalendarInfo's UltraCalendarInfo.DaysOfWeek collection) for that particular day of the week is used.

A DayOfWeekSettings object for each of the seven days of the week can be obtained from the Owner object's Owner.DayOfWeekSettings collection.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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