Schnittstelle ITime
- Alle Superschnittstellen:
IElement
- Alle bekannten Implementierungsklassen:
Time
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungintintintintintintintintintgetYear()booleanbooleanbooleanlongwithAddedOrSubtractedDays(int days) withAddedOrSubtractedHours(int hours) withAddedOrSubtractedMicroseconds(long microseconds) withAddedOrSubtractedMilliseconds(int milliseconds) withAddedOrSubtractedMinutes(int minutes) withAddedOrSubtractedSeconds(int seconds) Von Schnittstelle geerbte Methoden IElement
getAttributes, getSpecification, toFormatedString, toXml
-
Methodendetails
-
getDayOfMonth
int getDayOfMonth()- Gibt zurück:
- the day of the month of the current
ITime.
-
getHourOfDay
int getHourOfDay()- Gibt zurück:
- the hour of the day of the current
ITime.
-
getMicrosecondOfMillisecond
int getMicrosecondOfMillisecond()- Gibt zurück:
- the microsecond of the millisecond of the current
ITime.
-
getMillisecondOfSecond
int getMillisecondOfSecond()- Gibt zurück:
- the millisecond of the second of the current
ITime.
-
getMinuteOfHour
int getMinuteOfHour()- Gibt zurück:
- the minute of the hour of the current
ITime.
-
getMonthOfYear
-
getMonthOfYearAsInt
int getMonthOfYearAsInt()- Gibt zurück:
- the month of the year of the current
ITimeas int.
-
getSecondOfMinute
int getSecondOfMinute()- Gibt zurück:
- the second of the minute of the current
ITime.
-
getWeekday
-
getWeekOfYear
int getWeekOfYear()- Gibt zurück:
- the week of the year of the current
ITime.
-
getYear
int getYear()- Gibt zurück:
- the year of the current
ITime.
-
isAfter
-
isBefore
-
isInLeapYear
boolean isInLeapYear()- Gibt zurück:
- true if the current
ITimeis in a leap year, false otherwise.
-
toSeconds
long toSeconds()- Gibt zurück:
- the seconds of the current
ITime.
-
withAddedOrSubtractedDays
-
withAddedOrSubtractedHours
-
withAddedOrSubtractedMicroseconds
-
withAddedOrSubtractedMilliseconds
-
withAddedOrSubtractedMinutes
-
withAddedOrSubtractedSeconds
-