Enum DayOfWeek
Represents a day of week.
Namespace: Google.Type
Assembly: Google.Api.CommonProtos.dll
Syntax
public enum DayOfWeek
Fields
Name | Description |
---|---|
Friday | The day-of-week of Friday. |
Monday | The day-of-week of Monday. |
Saturday | The day-of-week of Saturday. |
Sunday | The day-of-week of Sunday. |
Thursday | The day-of-week of Thursday. |
Tuesday | The day-of-week of Tuesday. |
Unspecified | The unspecified day-of-week. |
Wednesday | The day-of-week of Wednesday. |