Skip to content

Latest commit

 

History

History
77 lines (41 loc) · 1.8 KB

WorkHoliday.md

File metadata and controls

77 lines (41 loc) · 1.8 KB

@fairfleet/geotab / WorkHoliday

Interface: WorkHoliday

Day that is specified as not being a regular working day.

Hierarchy

Table of contents

Properties

Properties

date

date: DateTimeWithTimeZone

Gets or sets the midnight of the work holiday.

Defined in

src/types/Checkmate/ObjectModel/WorkHoliday.ts:12


holidayGroup

holidayGroup: WorkTimeHolidayGroupId

Gets or sets the holiday group for this holiday day. See WorkTimeHolidayGroupId.

Defined in

src/types/Checkmate/ObjectModel/WorkHoliday.ts:17


id

id: string

Gets or sets the unique identifier for the specific Entity object in the Geotab system. See Id.

Inherited from

NameEntity.id

Defined in

src/types/Checkmate/ObjectModel/Entity.ts:14


name

name: string

Gets or sets the name of this entity that uniquely identifies it and is used when displaying this entity.

Inherited from

NameEntity.name

Defined in

src/types/Checkmate/ObjectModel/NameEntity.ts:10