public class ZonedDateTimeUtil extends Object
ZonedDateTime
s to and from other representations.Constructor and Description |
---|
ZonedDateTimeUtil() |
Modifier and Type | Method and Description |
---|---|
static ZonedDateTime |
fromFileSaveFormat(String value) |
static ZonedDateTime |
fromLong(long value) |
static ZonedDateTime |
fromXmlString(String value) |
static ZoneId |
getZoneId() |
static ZoneId |
setZoneId(ZoneId zoneId) |
static String |
toFileSaveFormat(ZonedDateTime zdt) |
static long |
toLong(ZonedDateTime value) |
static String |
toXmlString(ZonedDateTime value) |
public static ZoneId getZoneId()
public static ZonedDateTime fromXmlString(String value)
public static String toXmlString(ZonedDateTime value)
public static ZonedDateTime fromLong(long value)
public static long toLong(ZonedDateTime value)
public static String toFileSaveFormat(@Nonnull ZonedDateTime zdt)
public static ZonedDateTime fromFileSaveFormat(@Nonnull String value)
Copyright © 2017. All rights reserved.