TcxSchedulerHolidayRecurrenceInfo Members
Contains information about a holiday‘s recurrences.Constructors
Name | Description |
---|---|
Create(TObject) | Initializes a new instance of the TcxSchedulerCustomRecurrenceInfo class with specified settings. Inherited from TcxSchedulerCustomRecurrenceInfo. |
Properties
Name | Description |
---|---|
Count | Specifies the number of occurrences of the recurring event/holiday. Inherited from TcxSchedulerCustomRecurrenceInfo. |
DayNumber | Specifies the ordinal number of a day within a defined month (see the Periodicity property) and is used to calculate the recurrence date for the event/holiday with the recurrence pattern. Inherited from TcxSchedulerCustomRecurrenceInfo. |
DayType | Specifies the day type used to calculate event/holiday recurrences in the recurrence pattern. Inherited from TcxSchedulerCustomRecurrenceInfo. |
DismissDate | Specifies the date when the reminder of the recurring event/holiday was switched off for the last time. Inherited from TcxSchedulerCustomRecurrenceInfo. |
DisplayTimeBias | Inherited from TcxSchedulerCustomRecurrenceInfo. |
Finish | Specifies the day and time of the last occurrence of the recurring event/holiday. Inherited from TcxSchedulerCustomRecurrenceInfo. |
Holiday | Provides access to the event associated with the recurrence data. |
IsInfinity | Inherited from TcxSchedulerCustomRecurrenceInfo. |
OccurDays | Specifies the days in a week on which the recurring event/holiday occurs. Inherited from TcxSchedulerCustomRecurrenceInfo. |
OriginalStart | Inherited from TcxSchedulerCustomRecurrenceInfo. |
Periodicity | Specifies the frequency with which the recurring event/holiday occurs with respect to the Recurrence property. Inherited from TcxSchedulerCustomRecurrenceInfo. |
Recurrence | Specifies the time basis of the recurrence pattern applied to the event/holiday. Inherited from TcxSchedulerCustomRecurrenceInfo. |
Start | Specifies the start date and time for event/holiday occurrences. Inherited from TcxSchedulerCustomRecurrenceInfo. |
YearPeriodicity | Specifies the frequency with which the recurring event/holiday occurs on a yearly basis. Inherited from TcxSchedulerCustomRecurrenceInfo. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetEndDate | Returns the end date of the chain of occurrences. Inherited from TcxSchedulerCustomRecurrenceInfo. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetValidStatus | Returns the state of the recurrence’s details. |
ToString | Inherited from TObject. |
Validate | Checks whether an end-user entered the valid recurrence data in the Holiday recurrence modal dialog. |
See Also