DayOfTheWeek - перечисление
Specifies the day of the week.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
Public Enumeration DayOfTheWeek
public enum class DayOfTheWeek
For the standard days of the week (Sunday, Monday...) the DayOfTheWeek enum value is the same as the System.DayOfWeek
enum type. These values can be safely cast between the two enum types. The special days of the week (Day, Weekday and
WeekendDay) are used for monthly and yearly recurrences and cannot be cast to System.DayOfWeek values.
Sunday | 0 |
Sunday
|
Monday | 1 |
Monday
|
Tuesday | 2 |
Tuesday
|
Wednesday | 3 |
Wednesday
|
Thursday | 4 |
Thursday
|
Friday | 5 |
Friday
|
Saturday | 6 |
Saturday
|
Day | 7 |
Any day of the week
|
Weekday | 8 |
Any day of the usual business week (Monday-Friday)
|
WeekendDay | 9 |
Any weekend day (Saturday or Sunday)
|