Day Enum

Definition

Specifies the day of the week.

public enum class Day
public enum Day
type Day = 
Public Enum Day
Inheritance

Fields

Default 7

A default day of the week specified by the application.

Friday 4

The day Friday.

Monday 0

The day Monday.

Saturday 5

The day Saturday.

Sunday 6

The day Sunday.

Thursday 3

The day Thursday.

Tuesday 1

The day Tuesday.

Wednesday 2

The day Wednesday.

Remarks

This class is used by MonthCalendar.

Applies to