Options
All
  • Public
  • Public/Protected
  • All
Menu

TimeCondition describes a condition that is satisfied by some time-based criteria. TimeCondition has a value of 'time' for the conditionType property.

Hierarchy

Index

Properties

conditionType

conditionType: string

The type of condition. The allowable values are 'completion', and 'time'.

date

date: string | null

The ISO 8601-formatted date and time at which the condition is satisfied.

dayOfWeek

dayOfWeek: number

The day of week (0-6) on which the condition is satisfied.

hour

hour: number

The hour of the day (0-23) at which the condition is satisfied.

minute

minute: number

The minute of the hour (0-59) at which the condition is satisfied.

second

second: number

The second (0-59) at which the condition is satisfied.

timeRange

timeRange: string | null

The name of the time range in which the condition is satisfied.

type

type: string

The type of time condition to apply. The value of this property determines which fields are valid. The allowable values are 'AT', 'DAY_OF_MONTH', 'DAY_OF_WEEK', 'EVERY_DAY', 'WEEK_OF_MONTH', and 'WEEK_OF_YEAR'.

weekOfMonth

weekOfMonth: number

The week of the month (0-4) in which the condition is satisfied.

weekOfYear

weekOfYear: number

The week of the year (0-52) in which the condition is satisfied.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc