Version

Month Class Members

The following tables list the members exposed by Month.

Protected Constructors
 NameDescription
Protected ConstructorMonth ConstructorConstructor used for de-serialization  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
Public Properties
 NameDescription
Public PropertyAppointmentsReturns the appointments collection for this month  
Public PropertyCalendarInfoReturns the UltraCalendarInfo component which owns the Month object. This property is read-only.  
Public PropertyDaysInMonthReturns the number of days in the current month.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEnabledReturns the enabled status of the object.  
Public PropertyEnabledResolvedDetermines if the month is enabled by checking if the month, month of year or all of its days are disabled.  
Public PropertyHasActivityReturns whether the Month has any appointments, holidays or notes defined.  
Public PropertyHolidaysReturns the holidays collection for this month  
Public PropertyMonthNumberReturns the month number for the month represented by the object.  
Public PropertyNotesReturns the notes collection for this month  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyYearReturns the year object that represents the year that this month 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 Methodstatic (Shared in Visual Basic)GreaterThanCompares two instances of Month to determine if the first is greater than the second.  
Public Methodstatic (Shared in Visual Basic)GreaterThanOrEqualCompares two instances of Month to determine if the first is greater than or equal to the second.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsSelectedInControlReturns whether this Month object is selected in the specified UltraScheduleControlBase-derived control.  
Public Methodstatic (Shared in Visual Basic)LessThanCompares two instances of Month to determine if the first is less than the second.  
Public Methodstatic (Shared in Visual Basic)LessThanOrEqualCompares two instances of Month to determine if the first is less than or equal to the second.  
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 MethodOnSubObjectPropChangedOverridden. Pass along notifications to listeners.  
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)
Public Operators
public Operator Greater Than Determines if one month occurs before another month.
public Operator Greater Than or Equal Determines if one month has the same month and year or is after another month.
public Operator Less Than Determines if one month occurs after another month.
public Operator Less Than or Equal Determines if one month has the same month and year or is after another month.
See Also