Version

Day Class Members

The following tables list the members exposed by Day.

Protected Constructors
 NameDescription
Protected ConstructorDay ConstructorConstructor used for de-serialization  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsSelectedInControlReturns whether this Day object is selected in the specified UltraScheduleControlBase-derived control.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodResetResets all properties of this object to their default values.  
Public MethodResetEnabledResets Enabled to its default  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringOverrides the ToString method  
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeEnabledReturns true if property contains data that needs to be serialized.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also