类 Instants
- java.lang.Object
-
- net.dongliu.commons.time.Instants
-
public class Instants extends java.lang.ObjectUtils for instant
-
-
构造器概要
构造器 构造器 说明 Instants()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static java.time.Durationsubtract(java.time.Instant minuend, java.time.Instant subtrahend)subtract two instantstatic longtoEpochNanos(java.time.Instant instant)Nanos since epochstatic java.time.LocalDateTimetoLocalDateTime(java.time.Instant instant)Instant to LocalDateTime with current system zonestatic java.time.LocalDateTimetoLocalDateTime(java.time.Instant instant, java.time.ZoneId zoneId)Instant to LocalDateTime with specified zone
-
-
-
方法详细资料
-
toEpochNanos
public static long toEpochNanos(java.time.Instant instant)
Nanos since epoch
-
subtract
public static java.time.Duration subtract(java.time.Instant minuend, java.time.Instant subtrahend)subtract two instant
-
toLocalDateTime
public static java.time.LocalDateTime toLocalDateTime(java.time.Instant instant, java.time.ZoneId zoneId)Instant to LocalDateTime with specified zone
-
toLocalDateTime
public static java.time.LocalDateTime toLocalDateTime(java.time.Instant instant)
Instant to LocalDateTime with current system zone
-
-