Skip to main content

Interface: IStructuredCalendarSpec

schedule.v1.IStructuredCalendarSpec

Properties of a StructuredCalendarSpec.

Hierarchy

Properties

comment

Optional comment: null | string

Free-form comment describing the intention of this spec.

Inherited from

$Properties.comment


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 --)

Inherited from

$Properties.dayOfMonth


dayOfWeek

Optional dayOfWeek: null | $Properties[]

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

Inherited from

$Properties.dayOfWeek


hour

Optional hour: null | $Properties[]

Match hours (0-23)

Inherited from

$Properties.hour


minute

Optional minute: null | $Properties[]

Match minutes (0-59)

Inherited from

$Properties.minute


month

Optional month: null | $Properties[]

Match months (1-12)

Inherited from

$Properties.month


second

Optional second: null | $Properties[]

Match seconds (0-59)

Inherited from

$Properties.second


year

Optional year: null | $Properties[]

Match years.

Inherited from

$Properties.year