Version

DayOfWeek Class Properties

For a list of all members of this type, see DayOfWeek members.

Public Properties
 NameDescription
Public PropertyCalendarInfoReturn the CalendarInfo object which owns the DayOfWeek object.  
Public PropertyDayOfTheWeekReturns the DayOfWeekEnum associated with this DayOfWeek object.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledDetermines if the day of the week is enabled.  
Public PropertyIsWorkDayBoolean indicating if the day of week is part of the work week.  
Public PropertyLongDescriptionLong Description for a DayOfWeek  
Public PropertyLongDescriptionResolvedReturns the resolved long description for the DayOfWeek. If the LongDescription is an empty string, the long description used will be based on the system locale settings.  
Public PropertyShortDescriptionShort Description for a DayOfWeek  
Public PropertyShortDescriptionResolvedReturns the resolved short description for the DayOfWeek. If the ShortDescription is an empty string, the short description used will be based on the system locale settings.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyVisibleDetermines the visibility of this day of the week.  
Public PropertyWorkDayEndTimeSpecifies the end time for a work day.  
Public PropertyWorkDayStartTimeSpecifies the start time for a work day.  
Public PropertyWorkingHoursReturns a collection of TimeRange objects, each of which represents a range of time that is considered to be a continuous block of working hours.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also