Toggle navigation
opencell REST and WS API: CalendarDateIntervalDto
Services
Resources
Data Types
Files and Libraries
Back to Top
Home
JSON
CalendarDateIntervalDto
CalendarDateIntervalDto
Data Type
The Class CalendarDateIntervalDto.
Implemented Interfaces
Serializable
Properties
name
data type
description
intervalBegin
number
The interval begin.
intervalEnd
number
The interval end.
Example
{ "intervalBegin" : 12345, "intervalEnd" : 12345 }