Uses of Interface
org.bedework.util.calendar.XcalUtil.TzGetter
-
Packages that use XcalUtil.TzGetter Package Description org.bedework.util.calendar org.bedework.util.calendar.diff -
-
Uses of XcalUtil.TzGetter in org.bedework.util.calendar
Methods in org.bedework.util.calendar with parameters of type XcalUtil.TzGetter Modifier and Type Method Description static StringXcalUtil. getUTC(ietf.params.xml.ns.icalendar_2.DateDatetimePropertyType dt, XcalUtil.TzGetter tzs)For date only values and floating convert to local UTC. -
Uses of XcalUtil.TzGetter in org.bedework.util.calendar.diff
Constructors in org.bedework.util.calendar.diff with parameters of type XcalUtil.TzGetter Constructor Description XmlIcalCompare(List<?> skippedEntities, XcalUtil.TzGetter tzs)The skippedEntities allow the diff process to ignore components, properties and/or parameters that should not take part in the comparison.
-