NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Months Enumeration

Specifies the months in a recurrence pattern.

[Visual Basic]
Public Enum Months
[C#]
public enum Months
[C++]
public enum Months

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
All Every month is in the recurrence pattern.
April April is the only month in the recurrence pattern.
August August is the only month in the recurrence pattern.
December December is the only month in the recurrence pattern.
February February is the only month in the recurrence pattern.
January January is the only month in the recurrence pattern.
July July is the only month in the recurrence pattern.
June June is the only month in the recurrence pattern.
March March is the only month in the recurrence pattern.
May May is the only month in the recurrence pattern.
November November is the only month in the recurrence pattern.
October October is the only month in the recurrence pattern.
September September is the only month in the recurrence pattern.

Requirements

Namespace: System.Timers

Assembly: System.Timers.dll

See Also

System.Timers Namespace