| Modifier and Type | Method and Description |
|---|---|
static Date |
fromSecondsSinceEpoch(long time)
Converts the specified Unix epoch time in seconds to a date object.
|
static long |
toSecondsSinceEpoch(Date date)
Converts the specified date object to a Unix epoch time in seconds.
|
public static long toSecondsSinceEpoch(Date date)
date - The date. Must not be null.public static Date fromSecondsSinceEpoch(long time)
time - The Unix epoch time, in seconds. Must not be negative.Copyright © 2013 NimbusDS. All Rights Reserved.