DayOccurrence Enumeration

This enumerated type defines occurrences for days of the week within a month

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
[SerializableAttribute]
public enum DayOccurrence

Members

None0No day occurrence set
First1The first occurrence in the month
Second2The second occurrence in the month
Third3The third occurrence in the month
Fourth4The fourth occurrence in the month
Last5The last occurrence in the month

See Also