OBJECT
DayOfWeekPatternSpec
Description
Day-of-week pattern specification. For example, First Monday, Last Friday.
link GraphQL Schema definition
- type DayOfWeekPatternSpec {
- # Specifies the day of the week. For example, MONDAY, TUESDAY, SUNDAY.
- : DayOfWeek!
- # Specifies the ordinal of the week in that month. For example, FIRST, SECOND,
- # THIRD, FOURTH, LAST.
- : WeekOrdinal!
- }