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!

Day Enumeration

Specifies the day of the week.

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

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

Members

Member Name Description
Default A default day of the week specified by the application.
Friday The day Friday.
Monday The day Monday.
Saturday The day Saturday.
Sunday The day Sunday.
Thursday The day Thursday.
Tuesday The day Tuesday.
Wednesday The day Wednesday.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace