Interface XcalUtil.TzGetter

  • Enclosing class:
    XcalUtil

    public static interface XcalUtil.TzGetter
    Class allowing fetch of timezones
    • Method Detail

      • getTz

        net.fortuna.ical4j.model.TimeZone getTz​(String id)
                                         throws Throwable
        Parameters:
        id - of timezone
        Returns:
        A timezone or null if non found
        Throws:
        Throwable - on fatal error