| Constructor and Description |
|---|
InstantBuilder(Instant instant) |
public InstantBuilder(Instant instant)
public Instants.InstantBuilder zone(ZoneId zoneId)
public Instants.InstantBuilder with(TemporalAdjuster adjuster)
public Instants.InstantBuilder in(int amount, Instants.DatetimeUnit unit)
public Instants.InstantBuilder before(int amount, Instants.DatetimeUnit unit)
public Instants.InstantBuilder next(Instants.DatetimeUnit unit)
public Instants.InstantBuilder previous(Instants.DatetimeUnit unit)
public Instants.InstantBuilder truncate(Instants.DatetimeUnit unit)
public Instants.InstantBuilder next(Instants.WeekdayUnit unit)
public Instants.InstantBuilder previous(Instants.WeekdayUnit unit)
public Instants.InstantBuilder at(int hour, int minute, int second)
public Instants.InstantBuilder at(String time)
public Instants.InstantBuilder atMidnight()
public Instants.InstantBuilder atNoon()
public long till(Date date)
public long till(Instant instant)
public String toString()
public String toStringLocal()
public String toStringUtc()
public long toLong()
public Instant toInstant()
public Date toDate()
public ZonedDateTime toZdt()
public ZonedDateTime toZdt(ZoneId zoneId)
Copyright © 2017. All rights reserved.