public class CalendarHelper extends Object
Constructor and Description |
---|
CalendarHelper() |
Modifier and Type | Method and Description |
---|---|
static org.threeten.bp.LocalDate |
getDate(Date d,
String tzId) |
static Date |
getDate(org.threeten.bp.LocalDate d,
String tzId) |
static Date |
getDate(org.threeten.bp.LocalDateTime d,
String tzId) |
static org.threeten.bp.LocalDateTime |
getDateTime(Date d,
String tzId) |
static org.threeten.bp.ZonedDateTime |
getZoneDateTime(Date d,
String tzId) |
static org.threeten.bp.ZoneId |
getZoneId(String tzId) |
public static org.threeten.bp.ZoneId getZoneId(String tzId)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.