HourlyRecurrenceRule
Class
Represents a hourly recurrence rule.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class HourlyRecurrenceRule : RecurrenceRule, INotifyPropertyChanged, ICloneable, IEquatable<RecurrenceRule>
Inheritance: objectRecurrenceRuleHourlyRecurrenceRule
Implements:
Inherited Members
Constructors
Initializes a new instance of the HourlyRecurrenceRule class.
C#
public HourlyRecurrenceRule()
Initializes a new instance of the HourlyRecurrenceRule class.
Initializes a new instance of the HourlyRecurrenceRule class.
Initializes a new instance of the HourlyRecurrenceRule class.
Initializes a new instance of the HourlyRecurrenceRule class.
Properties
Gets the type of the recurrence rule.
C#
public override RecurrenceType Frequency { get; }
The type of the recurrence rule.
Overrides:
Methods
C#
public override bool Equals(RecurrenceRule other)
Overrides:
Gets the occurrence start for given a occurrence index.
C#
public override DateTime GetOccurrenceStart(int index, DateTime startDate, DateTimeFormatInfo dateTimeFormat)
The index.
startDateDateTimeThe start of the recurring series.
dateTimeFormatDateTimeFormatInfoThe date time format.
Returns:Overrides: