Android Time Field
class AndroidTimeField(timestamp: Long, timeZone: String?, allDay: Boolean, tzRegistry: TimeZoneRegistry)
Converts timestamps from the android.provider.CalendarContract.Events.DTSTART or android.provider.CalendarContract.Events.DTEND fields into other representations.
Parameters
timestamp
value of the DTSTART/DTEND field (timestamp in milliseconds)
time Zone
value of the respective timezone field (android.provider.CalendarContract.Events.EVENT_TIMEZONE / android.provider.CalendarContract.Events.EVENT_END_TIMEZONE)
all Day
whether android.provider.CalendarContract.Events.ALL_DAY is non-null and not zero