CalendarHolidayDto Data Type

The Class CalendarHolidayDto.

Implemented Interfaces
Serializable
Properties
name data type description
holidayBegin number The holiday begin.
holidayEnd number The holiday end.

Example

{
  "holidayBegin" : 12345,
  "holidayEnd" : 12345
}