The following tables list the members exposed by Month.
Name | Description | |
---|---|---|
Month Constructor | Constructor used for de-serialization |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
Appointments | Returns the appointments collection for this month | |
CalendarInfo | Returns the UltraCalendarInfo component which owns the Month object. This property is read-only. | |
DaysInMonth | Returns the number of days in the current month. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Enabled | Returns the enabled status of the object. | |
EnabledResolved | Determines if the month is enabled by checking if the month, month of year or all of its days are disabled. | |
HasActivity | Returns whether the Month has any appointments, holidays or notes defined. | |
Holidays | Returns the holidays collection for this month | |
MonthNumber | Returns the month number for the month represented by the object. | |
Notes | Returns the notes collection for this month | |
Tag | (Inherited from Infragistics.Shared.SubObjectBase) | |
Year | Returns the year object that represents the year that this month belongs to. |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GreaterThan | Compares two instances of Month to determine if the first is greater than the second. | |
GreaterThanOrEqual | Compares two instances of Month to determine if the first is greater than or equal to the second. | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
IsSelectedInControl | Returns whether this Month object is selected in the specified UltraScheduleControlBase-derived control. | |
LessThan | Compares two instances of Month to determine if the first is less than the second. | |
LessThanOrEqual | Compares two instances of Month to determine if the first is less than or equal to the second. | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reset | Resets all properties of this object to their default values. | |
ResetEnabled | Resets Enabled to its default | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToString | Overrides the ToString method | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Overridden. Pass along notifications to listeners. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeEnabled | Returns true if property contains data that needs to be serialized. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |
Greater Than | Determines if one month occurs before another month. |
Greater Than or Equal | Determines if one month has the same month and year or is after another month. |
Less Than | Determines if one month occurs after another month. |
Less Than or Equal | Determines if one month has the same month and year or is after another month. |