androidify Time Zone
Ensures that a given net.fortuna.ical4j.model.property.DateProperty either
has a time zone with an ID that is available in Android, or
is an UTC property (net.fortuna.ical4j.model.property.DateProperty.isUtc = true).
To get the time zone ID which shall be given to the Calendar provider, use storageTzId.
Parameters
date
net.fortuna.ical4j.model.property.DateProperty to validate. Values which are not DATE-TIME will be ignored.
tz Registry
time zone registry to get time zones from
Ensures that a given net.fortuna.ical4j.model.property.DateListProperty either
has a time zone with an ID that is available in Android, or
is an UTC property (DateProperty.isUtc = true).
Parameters
date List
net.fortuna.ical4j.model.property.DateListProperty to validate. Values which are not DATE-TIME will be ignored.