Package com.helger.commons.datetime
Class PDTZoneID
- java.lang.Object
-
- com.helger.commons.datetime.PDTZoneID
-
public class PDTZoneID extends Object
Represents the combination of Zone ID string and ID object.- Since:
- 8.6.5
- Author:
- Philip Helger
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ICommonsList<PDTZoneID>getAllDefaultZoneIDs()static ICommonsIterable<PDTZoneID>getDefaultZoneIDs()ZoneIdgetZoneID()StringgetZoneIDString()static PDTZoneIDof(String sZoneID)static PDTZoneIDofHours(String sZoneID, int nHours)
-
-
-
Method Detail
-
getDefaultZoneIDs
@Nonnull public static ICommonsIterable<PDTZoneID> getDefaultZoneIDs()
-
getAllDefaultZoneIDs
@Nonnull @ReturnsMutableCopy public static ICommonsList<PDTZoneID> getAllDefaultZoneIDs()
-
-