Gets the RFC2445 TZURL property value. When a vzone instance was created from VTIMEZONE data, the initial value is set by the TZURL property value in the data. Otherwise, the initial value is not set.
Definition at line 52 of file vzone.cpp. References UnicodeString::getBuffer(), and UnicodeString::length(). { UnicodeString s; UBool b = ((VTimeZone*)zone)->VTimeZone::getTZURL(s); urlLength = s.length(); memcpy(url,s.getBuffer(),urlLength); return b; }
|