MonthlyRecurrenceRuleMonth Property |
Gets the month in which the event recurs.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic RecurrenceMonth Month { get; }
Public ReadOnly Property Month As RecurrenceMonth
Get
public:
property RecurrenceMonth Month {
RecurrenceMonth get ();
}
member Month : RecurrenceMonth with get
Property Value
Type:
RecurrenceMonthThe month in which the event recurs.
See Also