Schnittstelle ITime

Alle Superschnittstellen:
IElement
Alle bekannten Implementierungsklassen:
Time

public interface ITime extends IElement
  • Methodendetails

    • getMilliseconds

      long getMilliseconds()
      Gibt zurück:
      the milliseconds of the current ITime.
    • getMonthOfYear

      Month getMonthOfYear()
      Gibt zurück:
      the month of the year of the current ITime.
    • getWeekday

      Weekday 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.