EventDate
EventDate
Type: public class
A class that defines an EventDate
start
Type: public [String](https://developer.android.com/reference/java/lang/String) 
The start date of the event Example: 2018-09-15T08:00:00.000Z
end
Type: public [String](https://developer.android.com/reference/java/lang/String) 
The end date of the event Example: 2018-09-16T08:00:00.000Z
EventDate(String start, String end)
Type: public
Constructor
| Parameter Name | Type | Description | 
|---|---|---|
| start | String | the start date of the event. Example: 2018-09-15T08:00:00.000Z | 
| end | String | the end date of the event. Example: 2018-09-16T08:00:00.000Z |