DatePeriod
-
The date from which the period is calculated
-
The unit of time used to calculate the period
-
The duration of the period
-
A calcualted end of the period
-
A direction of the period (past or future)
-
Converts to dictionary. The names of the fields correspond the Sensibill API specifications
-
Converts to dictionary. Only converts the fields required for API request
-
The unit of time used to calculate the period. For use with Objective-C only, use
unit
property in Swift -
A direction of the period (past or future). For use with Objective-C only, use
timeDirection
property in Swift -
Initializes the object with dictionary values. For use with Objective-C. In Swift, use
init(withDictionary: [String: Any?])
-
Same as
dictionary
property, compatible with Objective-C -
Same as
requestDictionary
property, compatible with Objective-C