DayOfTheWeekIndex - перечисление
Defines the index of a week day within a month.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum DayOfTheWeekIndex
Public Enumeration DayOfTheWeekIndex
public enum class DayOfTheWeekIndex
First | 0 |
The first specific day of the week in the month. For example, the first Tuesday of the month.
|
Second | 1 |
The second specific day of the week in the month. For example, the second Tuesday of the month.
|
Third | 2 |
The third specific day of the week in the month. For example, the third Tuesday of the month.
|
Fourth | 3 |
The fourth specific day of the week in the month. For example, the fourth Tuesday of the month.
|
Last | 4 |
The last specific day of the week in the month. For example, the last Tuesday of the month.
|