Class WeekDays
Class containing week day constants.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class WeekDays : StringEnum<WeekDays>
Fields
Friday
Gets the name of the Friday week day.
Declaration
public const string Friday = "Friday"
Field Value
Type | Description |
---|---|
string |
Monday
Gets the name of the Monday week day.
Declaration
public const string Monday = "Monday"
Field Value
Type | Description |
---|---|
string |
Saturday
Gets the name of the Saturday week day.
Declaration
public const string Saturday = "Saturday"
Field Value
Type | Description |
---|---|
string |
Sunday
Gets the name of the Sunday week day.
Declaration
public const string Sunday = "Sunday"
Field Value
Type | Description |
---|---|
string |
Thursday
Gets the name of the Thursday week day.
Declaration
public const string Thursday = "Thursday"
Field Value
Type | Description |
---|---|
string |
Tuesday
Gets the name of the Tuesday week day.
Declaration
public const string Tuesday = "Tuesday"
Field Value
Type | Description |
---|---|
string |
Wednesday
Gets the name of the Wednesday week day.
Declaration
public const string Wednesday = "Wednesday"
Field Value
Type | Description |
---|---|
string |