public final class CommonTimeUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommonTimeUtil.TimeBucket
Type representing a "bucket" of time.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
timeToBucket(long time,
CommonTimeUtil.TimeBucket bucket)
Place a time value (a Java
Long representing the number of
milliseconds since the start of the Unix epoch) in a CommonTimeUtil.TimeBucket. |
public static long timeToBucket(long time,
CommonTimeUtil.TimeBucket bucket)
Long representing the number of
milliseconds since the start of the Unix epoch) in a CommonTimeUtil.TimeBucket.time - the time, in milliseconds since the start of the Unix epochbucket - the time bucket to place the time value intoCopyright © 2017. All rights reserved.