Version

ScheduleDaysOfWeekSettings Class Members

The following tables list the members exposed by ScheduleDaysOfWeekSettings.

Public Constructors
 NameDescription
Public ConstructorScheduleDaysOfWeekSettings ConstructorCreates a new instance.  
Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)DefaultSettingsReturns a instance with fully resolved values for each day of the week; Saturday and Sunday have IsWorkday set to false, and Monday - Friday have it set to true with working hours set to 9AM - 5PM.  
Public PropertyFridayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Friday.  
Public PropertyMondayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Monday.  
Public PropertySaturdayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Saturday.  
Public PropertySundayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Sunday.  
Public PropertyThursdayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Thursday.  
Public PropertyTuesdayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Tuesday.  
Public PropertyWednesdayReturns or sets the ScheduleDayOfWeekSettings instance which determines the working hours for Wednesday.  
Public Methods
 NameDescription
Public MethodResetResets the settings object for each day of the week.  
Public MethodResumeNotificationsResumes property change notifications after a call to the SuspendNotifications method.  
Public MethodSuspendNotificationsSuspends property change notifications for all settings objects in this collection.  
See Also