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 Android DTSTART/DTEND field (timestamp in milliseconds)
time Zone
value of the respective Android timezone field or null for system default time zone
all Day
whether Android ALL_DAY field is non-null and not zero