Method | Description | |
---|---|---|
Compare ( |
Compare method for PointInTime objects
|
|
PointInTime ( int hour, int minute ) : System |
PontInTime represents a point in time
|
public static Compare ( |
||
pitA | first PointInTime object | |
pitB | second PointInTime object | |
return | int |
public PointInTime ( int hour, int minute ) : System | ||
hour | int | hour of this point in time |
minute | int | minute of this point in time |
return | System |