public class Instants extends Object
| Constructor and Description |
|---|
Instants() |
| Modifier and Type | Method and Description |
|---|---|
static Instant |
dateFromPieces(Map<String,Object> pieces,
TimeZone defaultZone) |
static Instant |
fromDate(Date d,
TimeZone zone) |
static Instant |
fromTime(Time t,
TimeZone zone) |
static Instant |
fromTimestamp(Timestamp ts,
TimeZone zone) |
static Instant |
timeFromPieces(Map<String,Object> pieces,
TimeZone zone) |
static Instant |
timestampFromPieces(Map<String,Object> pieces,
TimeZone zone) |
Copyright © 2013–2017 impossibl.com. All rights reserved.