- Alle Superschnittstellen:
IElement
- Alle bekannten Implementierungsklassen:
Time
-
Methodenübersicht
-
Methodendetails
-
getMilliseconds
long getMilliseconds()
- Gibt zurück:
- the milliseconds of the current
ITime
.
-
getMonthOfYear
- Gibt zurück:
- the month of the year of the current
ITime
.
-
getWeekday
- Gibt zurück:
- the weekday of the current
ITime
.
-
isAfter
boolean isAfter(ITime time)
- Parameter:
time
-
- Gibt zurück:
- true if the current
ITime
is after the given time.
-
isBefore
boolean isBefore(ITime time)
- Parameter:
time
-
- Gibt zurück:
- true if the current
ITime
is before the given time.