Fills in "ID" with the TimeZone's ID.
Definition at line 759 of file timezone.h. Referenced by createVTimeZoneByID(), TimeZoneBoundaryTest::findBoundariesStepwise(), TimeZone::getDisplayName(), SimpleDateFormat::subParse(), CalendarRegressionTest::test4031502(), TimeZoneRegressionTest::Test4162593(), TimeZoneTest::TestCustomParse(), DateFormatTest::TestDateFormatZone146(), TimeZoneTest::TestGenericAPI(), TimeZoneTest::TestGetAvailableIDs913(), TimeZoneRegressionTest::TestJ449(), TimeZoneTest::TestShortZoneIDs(), TimeZoneTest::TestVariousAPI518(), ucal_getDefaultTimeZone(), and TimeZoneBoundaryTest::verifyDST(). {
ID = fID;
return ID;
}
|