Package org.oscim.gdx.client
Class GwtDateTime
- java.lang.Object
-
- org.oscim.backend.DateTimeAdapter
-
- org.oscim.gdx.client.GwtDateTime
-
public class GwtDateTime extends org.oscim.backend.DateTimeAdapter
-
-
Constructor Summary
Constructors Constructor Description GwtDateTime()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDayOfYear()intgetHour()intgetMinute()intgetSecond()intgetTimeZoneOffset()
-
-
-
Method Detail
-
getHour
public int getHour()
- Specified by:
getHourin classorg.oscim.backend.DateTimeAdapter
-
getMinute
public int getMinute()
- Specified by:
getMinutein classorg.oscim.backend.DateTimeAdapter
-
getSecond
public int getSecond()
- Specified by:
getSecondin classorg.oscim.backend.DateTimeAdapter
-
getDayOfYear
public int getDayOfYear()
- Specified by:
getDayOfYearin classorg.oscim.backend.DateTimeAdapter
-
getTimeZoneOffset
public int getTimeZoneOffset()
- Specified by:
getTimeZoneOffsetin classorg.oscim.backend.DateTimeAdapter
-
-