Enum WeekOfMonth
Enumerator representing a week of the month
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum WeekOfMonth
Fields
Name | Description |
---|---|
First | 1: The first week of the month |
Fourth | 4: The fourth week of the month |
Last | 5: The last week of the month |
Second | 2: The second week of the month |
Third | 3: The third week of the month |
Unknown | 0: 0: Unknown/undecided type |