public class Duration extends Object
| Modifier and Type | Field and Description |
|---|---|
static long |
HOURS_PER_DAY |
static long |
MILLIS_PER_DAY |
static long |
MILLIS_PER_HOUR |
static long |
MILLIS_PER_MINUTE |
static long |
MILLIS_PER_SECOND |
static long |
MINUTES_PER_HOUR |
static long |
SECONDS_PER_MINUTE |
| Constructor and Description |
|---|
Duration() |
| Modifier and Type | Method and Description |
|---|---|
static long |
days(int days) |
static long |
hours(int hours) |
static long |
minutes(int minutes) |
static long |
seconds(int seconds) |
public static final long SECONDS_PER_MINUTE
public static final long MINUTES_PER_HOUR
public static final long HOURS_PER_DAY
public static final long MILLIS_PER_SECOND
public static final long MILLIS_PER_MINUTE
public static final long MILLIS_PER_HOUR
public static final long MILLIS_PER_DAY
Copyright © 2012–2017 dontdrinkandroot. All rights reserved.