Version

DaySettingsOverride Class

Used for specifying settings for a specific date or a recurring date.
Syntax
'Declaration
 
Public Class DaySettingsOverride 
   Inherits System.Windows.DependencyObject
public class DaySettingsOverride : System.Windows.DependencyObject 
Remarks

If you need to specify some settings for a specific day in the year, or some recurring date then you can use the ScheduleSettings' ScheduleSettings.DaySettingsOverrides collection to add a DaySettingsOverride instance that contains the day settings for that day or recurring date.

You can also specify DaySettingsOverrides for a specific resource using Resource' Resource.DaySettingsOverrides collection.

Requirements

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