DailyRecurrenceRule
Class
Represents a daily recurrence rule.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
C#
public class DailyRecurrenceRule : RecurrenceRule, INotifyPropertyChanged, ICloneable, IEquatable<RecurrenceRule>
Inheritance: objectRecurrenceRuleDailyRecurrenceRule
Implements:
Inherited Members
Constructors
Initializes a new instance of the DailyRecurrenceRule class.
C#
public DailyRecurrenceRule()
Initializes a new instance of the DailyRecurrenceRule class.
Initializes a new instance of the DailyRecurrenceRule class.
Initializes a new instance of the DailyRecurrenceRule class.
Initializes a new instance of the DailyRecurrenceRule 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 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: