Day.Type specifies a day of week.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the Day.Type
, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
Argument | Value | Description |
---|---|---|
Day.Sunday | 0 | Represents Sunday. |
Day.Monday | 1 | Represents Monday. |
Day.Tuesday | 2 | Represents Tuesday. |
Day.Wednesday | 3 | Represents Wednesday. |
Day.Thursday | 4 | Represents Thursday. |
Day.Friday | 5 | Represents Friday. |
Day.Saturday | 6 | Represents Saturday. |
Applies to
Here’s a list of functions that work with Day.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy