DayOccurrence Enumeration
This enumerated type defines occurrences for days of the week within a month
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum DayOccurrence
<SerializableAttribute>
Public Enumeration DayOccurrence
[SerializableAttribute]
public enum class DayOccurrence
[<SerializableAttribute>]
type DayOccurrence
None | 0 | No day occurrence set |
First | 1 | The first occurrence in the month |
Second | 2 | The second occurrence in the month |
Third | 3 | The third occurrence in the month |
Fourth | 4 | The fourth occurrence in the month |
Last | 5 | The last occurrence in the month |