Class MinutelyRecurrenceRule
Represents a minutely recurrence rule.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public class MinutelyRecurrenceRule : RecurrenceRule, INotifyPropertyChanged, ICloneable, IEquatable<RecurrenceRule>
Constructors
MinutelyRecurrenceRule()
Declaration
public MinutelyRecurrenceRule()
Properties
Frequency
Gets the type of the recurrence rule.
Declaration
public override RecurrenceType Frequency { get; }
Property Value
RecurrenceType
The type of the recurrence rule. |
Overrides
Methods
CreateInstance()
Equals(RecurrenceRule)
Declaration
public override bool Equals(RecurrenceRule other)
Parameters
RecurrenceRule
other
|
Returns
System.Boolean
|
Overrides
GetOccurrenceStart(Int32, DateTime, DateTimeFormatInfo)
Gets the occurrence start for given a occurrence index.
Declaration
public override DateTime GetOccurrenceStart(int index, DateTime startDate, DateTimeFormatInfo dateTimeFormat)
Parameters
System.Int32
index
The index. |
System.DateTime
startDate
The start of the recurring series. |
System.Globalization.DateTimeFormatInfo
dateTimeFormat
The date time format. |
Returns
System.DateTime
|
Overrides
IntersectsWithException(DateTime, TimeSpan, IEvent)
Declaration
public override bool IntersectsWithException(DateTime eventStart, TimeSpan eventDuration, IEvent exception)
Parameters
System.DateTime
eventStart
|
System.TimeSpan
eventDuration
|
IEvent
exception
|
Returns
System.Boolean
|