public class ElapsedTime extends Object
| Constructor and Description |
|---|
ElapsedTime() |
| Modifier and Type | Method and Description |
|---|---|
static float |
getElapsedHours(long now,
long then) |
static long |
getElapsedMilliseconds(long now,
long then) |
static float |
getElapsedMinutes(long now,
long then) |
static float |
getElapsedSeconds(long now,
long then) |
static String |
getElapsedTime(long now,
long then) |
public static long getElapsedMilliseconds(long now,
long then)
public static String getElapsedTime(long now, long then)
public static float getElapsedHours(long now,
long then)
public static float getElapsedMinutes(long now,
long then)
public static float getElapsedSeconds(long now,
long then)
Copyright © 2012–2020 Emory University. All rights reserved.