Datespan
Class representation of a specific dates without clock-based start or end times. A business quarter or academic semester would be represented as datespan subobjects.
Constructors
Link copied to clipboard
public CreateEventRequest.When.Datespan CreateEventRequest.When.Datespan(@Json(name = "start_date" ) String startDate, @Json(name = "end_date" ) String endDate)