Version

Day Class Properties

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

Public Properties
 NameDescription
Public PropertyActivatedProperty: Returns true only if activated  
Public PropertyAppointmentsReturns the appointments collection for this day  
Public PropertyCalendarInfoReturns the owning CalendarInfo object.  
Public PropertyDateReturns the date for the day represented by the object.  
Public PropertyDayNumberReturns the day number for the day represented by the object.  
Public PropertyDayOfWeekReturns the day of week for the day represented by the object.  
Public PropertyDayOfYearReturns the day of year for the day represented by the object.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledReturns the enabled status of the object.  
Public PropertyEnabledResolvedDetermines if the Day is enabled by checking if all objects that contain the date are enabled (e.g. Month, MonthOfYear, DaysOfMonth collections).  
Public PropertyHasActivityReturns whether the Day has any appointments, holidays or notes defined.  
Public PropertyHolidaysReturns the holidays collection for this day  
Public PropertyMonthReturns the Month object that represents the month that this day belongs to.  
Public PropertyNotesReturns the notes collection for this day  
Public PropertySelectedGet: Returns true if this Day object exists in the associated UltraCalendarInfo component's UltraCalendarInfo.SelectedDateRanges collection. Set: Adds/removes this Day object to/from the associated UltraCalendarInfo component's UltraCalendarInfo.SelectedDateRanges collection.  
Public PropertySelectedInAlternateDateRangesGet: Returns true if this Day object exists in the associated UltraCalendarInfo component's UltraCalendarInfo.AlternateSelectedDateRanges collection. Set: Adds/removes this Day object to/from the associated UltraCalendarInfo component's UltraCalendarInfo.AlternateSelectedDateRanges collection.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyWeekReturns the Week object that represents the week that this day belongs to.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also