Class MonthlyRecurrenceRule
Represents a monthly recurrence rule.
Inherited Members
Namespace: Telerik.ReportServer.Services.Models.RecurrenceRules
Assembly: Telerik.ReportServer.Services.Models.dll
Syntax
public class MonthlyRecurrenceRule : WeeklyRecurrenceRule, ICloneable, IEquatable<RecurrenceRule>
Constructors
MonthlyRecurrenceRule()
Initializes a new instance of the MonthlyRecurrenceRule class.
Declaration
public MonthlyRecurrenceRule()
Properties
DayNumber
Gets or sets the day number.
Declaration
public int DayNumber { get; set; }
Property Value
System.Int32
The day number. |
Frequency
Gets the type of the recurrence rule.
Declaration
public override RecurrenceType Frequency { get; }
Property Value
RecurrenceType
The type of the recurrence rule. |
Overrides
WeekNumber
Gets or sets the week number.
Declaration
public int WeekNumber { get; set; }
Property Value
System.Int32
The week 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
|