ClassDailyRecurrenceRule
Represents a daily recurrence rule.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.Scheduler.dll
Syntax:
public class DailyRecurrenceRule : RecurrenceRule, INotifyPropertyChanged, ICloneable, IEquatable<RecurrenceRule>
Inheritance: objectRecurrenceRuleDailyRecurrenceRule
Implements:
Inherited Members
Constructors
DailyRecurrenceRule()
Initializes a new instance of the DailyRecurrenceRule class.
Declaration
public DailyRecurrenceRule()
DailyRecurrenceRule(DateTime, DateTime, int)
Initializes a new instance of the DailyRecurrenceRule class.
DailyRecurrenceRule(DateTime, DateTime, int, int)
Initializes a new instance of the DailyRecurrenceRule class.
Declaration
public DailyRecurrenceRule(DateTime start, DateTime end, int interval, int count)
Parameters
start
The start of the recurrence rule.
end
The end of the recurrence rule.
interval
The interval of the recurrence rule.
count
The maximum number of occurrences.
DailyRecurrenceRule(DateTime, int)
Initializes a new instance of the DailyRecurrenceRule class.
DailyRecurrenceRule(DateTime, int, int)
Initializes a new instance of the DailyRecurrenceRule class.
Properties
Frequency
Gets the type of the recurrence rule.
Declaration
public override RecurrenceType Frequency { get; }
Property Value
The type of the recurrence rule.
Overrides
Methods
CreateInstance()
Declaration
protected override RecurrenceRule CreateInstance()
Returns
Overrides
Equals(RecurrenceRule)
Declaration
public override bool Equals(RecurrenceRule other)
Parameters
other
Returns
Overrides
GetOccurrenceStart(int, DateTime, DateTimeFormatInfo)
Gets the occurrence start given a occurrence index.
Declaration
public override DateTime GetOccurrenceStart(int index, DateTime startDate, DateTimeFormatInfo dateTimeFormat)
Parameters
index
The index.
startDate
The start of the recurring series.
dateTimeFormat
The date time format.
Returns
Overrides