HolidayDurationItem

Class Represents a specific Holiday within a Holiday Set.

This describes the old holiday configuration.

Please check your instance to see if you have opted in to the new holiday configuration using HolidayDay.

This is the structure of a holiday Item for the HolidayInfo object this item contains the particular duration for one holiday.

HolidayDurationItem Properties

HolidayDurationItem

Field Type Inherited from Description
CommonName String HolidayDurationItem Gets or sets the name of the common.
EndingOn DateTime HolidayDurationItem Gets or sets the ending on.
StartingOn DateTime HolidayDurationItem Gets or sets the starting on.

JSON Structure of HolidayDurationItem

{
   "CommonName"	:	"String",
   "EndingOn"	:	"DateTime",
   "StartingOn"	:	"DateTime"
}