Class DailyRecurrenceRule
Represents a daily recurrence rule.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class DailyRecurrenceRule : RecurrenceRule, INotifyPropertyChanged, ICloneable, IEquatable<RecurrenceRule>
Constructors
DailyRecurrenceRule()
Initializes a new instance of the Daily
Declaration
public DailyRecurrenceRule()
DailyRecurrenceRule(DateTime, DateTime, Int32)
Initializes a new instance of the Daily
Declaration
public DailyRecurrenceRule(DateTime start, DateTime end, int interval)
Parameters
System. The start of the recurrence rule. |
System. The end of the recurrence rule. |
System. The interval of the recurrence rule. |
DailyRecurrenceRule(DateTime, DateTime, Int32, Int32)
Initializes a new instance of the Daily
Declaration
public DailyRecurrenceRule(DateTime start, DateTime end, int interval, int count)
Parameters
System. The start of the recurrence rule. |
System. The end of the recurrence rule. |
System. The interval of the recurrence rule. |
System. The maximum number of occurrences. |
DailyRecurrenceRule(DateTime, Int32)
Initializes a new instance of the Daily
Declaration
public DailyRecurrenceRule(DateTime start, int interval)
Parameters
System. The start of the recurrence rule. |
System. The interval of the recurrence rule. |
DailyRecurrenceRule(DateTime, Int32, Int32)
Initializes a new instance of the Daily
Declaration
public DailyRecurrenceRule(DateTime start, int interval, int count)
Parameters
System. The start of the recurrence rule. |
System. The interval of the recurrence rule. |
System. The maximum number of occurrences. |
Properties
Frequency
Gets the type of the recurrence rule.
Declaration
public override RecurrenceType Frequency { get; }
Property Value
Recurrence 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
Recurrence
|
Returns
System.
|
Overrides
GetOccurrenceStart(Int32, DateTime, DateTimeFormatInfo)
Gets the occurrence start given a occurrence index.
Declaration
public override DateTime GetOccurrenceStart(int index, DateTime startDate, DateTimeFormatInfo dateTimeFormat)
Parameters
System. The index. |
System. The start of the recurring series. |
System. The date time format. |
Returns
System.
|
Overrides
IntersectsWithException(DateTime, TimeSpan, IEvent)
Declaration
public override bool IntersectsWithException(DateTime eventStart, TimeSpan eventDuration, IEvent exception)
Parameters
System.
|
System.
|
IEvent
exception
|
Returns
System.
|