Timespan
Class representation of a time span with start and end times. An hour lunch meeting would be represented as timespan subobjects.
Constructors
Link copied to clipboard
public UpdateEventRequest.When.Timespan UpdateEventRequest.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")