Class MinutelyRecurrenceRule
Represents a minutely recurrence rule.
Inherited Members
Namespace: Telerik.ReportServer.Services.Models.RecurrenceRules
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class MinutelyRecurrenceRule : RecurrenceRule, 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
Equals(RecurrenceRule)
Indicates whether this RecurrenceRule instance and the specified object are equal.
Declaration
public override bool Equals(RecurrenceRule other)
Parameters
RecurrenceRule
other
Another object to compare to. |
Returns
System.Boolean
|
Overrides
GetOccurrenceStart(Int32, DateTimeFormatInfo)
Gets the occurrence start for given a occurrence index.
Declaration
public override DateTime GetOccurrenceStart(int index, DateTimeFormatInfo dateTimeFormat)
Parameters
System.Int32
index
The index. |
System.Globalization.DateTimeFormatInfo
dateTimeFormat
The date time format. |
Returns
System.DateTime
|