Interface: ICalendarSpec
Properties of a CalendarSpec.
Hierarchy
-
↳
ICalendarSpec
Properties
comment
• Optional comment: null | string
Free-form comment describing the intention of this spec.
Inherited from
dayOfMonth
• Optional dayOfMonth: null | string
Expression to match days of the month. Default: * (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: standard name of field --)
Inherited from
dayOfWeek
• Optional dayOfWeek: null | string
Expression to match days of the week. Default: *
Inherited from
hour
• Optional hour: null | string
Expression to match hours. Default: 0
Inherited from
minute
• Optional minute: null | string
Expression to match minutes. Default: 0
Inherited from
month
• Optional month: null | string
Expression to match months. Default: *
Inherited from
second
• Optional second: null | string
Expression to match seconds. Default: 0
Inherited from
year
• Optional year: null | string
Expression to match years. Default: *