public class TimeDelta extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
days |
int |
microseconds |
int |
seconds |
double |
total_seconds |
| Constructor and Description |
|---|
TimeDelta(int days,
int seconds,
int microseconds) |
Copyright © 2015. All Rights Reserved.