public class Time extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
int |
hours |
int |
microseconds |
int |
minutes |
int |
seconds |
| Constructor and Description |
|---|
Time(int h,
int m,
int s,
int microsecs) |
Copyright © 2015. All rights reserved.