-
public final class GADateTime
-
-
Field Summary
Fields Modifier and Type Field Description private final GADatedateprivate final GATimeOfDaytime
-
Constructor Summary
Constructors Constructor Description GADateTime(GADate date, GATimeOfDay time)
-
Method Summary
Modifier and Type Method Description final GADatecomponent1()final GATimeOfDaycomponent2()final GADateTimecopy(GADate date, GATimeOfDay time)final GADategetDate()final GATimeOfDaygetTime()-
-
Constructor Detail
-
GADateTime
GADateTime(GADate date, GATimeOfDay time)
-
-
Method Detail
-
component1
final GADate component1()
-
component2
final GATimeOfDay component2()
-
copy
final GADateTime copy(GADate date, GATimeOfDay time)
-
getTime
final GATimeOfDay getTime()
-
-
-
-