-
public final class GATimeOfDay
-
-
Constructor Summary
Constructors Constructor Description GATimeOfDay(Integer hours, Integer minutes, Integer seconds, Integer nanos)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final Integercomponent4()final GATimeOfDaycopy(Integer hours, Integer minutes, Integer seconds, Integer nanos)final IntegergetHours()final IntegergetMinutes()final IntegergetSeconds()final IntegergetNanos()-
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
component4
final Integer component4()
-
getMinutes
final Integer getMinutes()
-
getSeconds
final Integer getSeconds()
-
-
-
-