Skip to main content

Interface: $Properties

v1.StructuredCalendarSpec.$Properties

Properties of a StructuredCalendarSpec.

Hierarchy

Properties

comment

Optional comment: null | string

Free-form comment describing the intention of this spec.


dayOfMonth

Optional dayOfMonth: null | $Properties[]

Match days of the month (1-31) (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)


dayOfWeek

Optional dayOfWeek: null | $Properties[]

Match days of the week (0-6; 0 is Sunday).


hour

Optional hour: null | $Properties[]

Match hours (0-23)


minute

Optional minute: null | $Properties[]

Match minutes (0-59)


month

Optional month: null | $Properties[]

Match months (1-12)


second

Optional second: null | $Properties[]

Match seconds (0-59)


year

Optional year: null | $Properties[]

Match years.