Timespan
Constructors
Link copied to clipboard
public When.Timespan When.Timespan(@Json(name = "start_time" ) Integer startTime, @Json(name = "end_time" ) Integer endTime, @Json(name = "start_timezone" ) String startTimezone, @Json(name = "end_timezone" ) String endTimezone)
Properties
Functions
Link copied to clipboard
The end time of the event.
Link copied to clipboard
The timezone of the end time. Timezone using IANA formatted string. (e.g. "America/New_York")
Link copied to clipboard
The start time of the event.
Link copied to clipboard
The timezone of the start time. Timezone using IANA formatted string. (e.g. "America/New_York")