Click or drag to resize
RecurrenceMonth Enumeration
Specifies the months in which given event recurs.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum RecurrenceMonth
Members
  Member nameValueDescription
None0Indicates no monthly recurrence.
January1Indicates that the event recurs in January.
February2Indicates that the event recurs in February.
March3Indicates that the event recurs in March.
April4Indicates that the event recurs in April.
May5Indicates that the event recurs in May.
June6Indicates that the event recurs in June.
July7Indicates that the event recurs in July.
August8Indicates that the event recurs in August.
September9Indicates that the event recurs in September.
October10Indicates that the event recurs in October.
November11Indicates that the event recurs in November.
December12Indicates that the event recurs in December.
See Also