Class YearlyRecurrenceRule
Represents a yearly recurrence rule.
Inheritance
Inherited Members
Namespace: Telerik.ReportServer.Services.Models.RecurrenceRules
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class YearlyRecurrenceRule : MonthlyRecurrenceRule, ICloneable, IEquatable<RecurrenceRule>
Constructors
YearlyRecurrenceRule()
Initializes a new instance of the YearlyRecurrenceRule class.
Declaration
public YearlyRecurrenceRule()
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
MonthNumber
Gets or sets the month number.
Declaration
public int MonthNumber { get; set; }
Property Value
System.Int32
The month number. |
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 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
|