Package com.helger.commons.datetime
Class WithZoneId
- java.lang.Object
-
- com.helger.commons.datetime.WithZoneId
-
- All Implemented Interfaces:
Serializable
public class WithZoneId extends Object implements Serializable
A combination of a date/time string and an optionalZoneId.- Since:
- 9.0.0
- Author:
- Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WithZoneId(String sStr, ZoneId aZoneId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetString()ZoneIdgetZoneId()booleanhasZoneId()StringtoString()
-