Uses of Record Class
dev.grafeo.gwp.types.GqlLocalTime
Packages that use GqlLocalTime
-
Uses of GqlLocalTime in dev.grafeo.gwp.types
Methods in dev.grafeo.gwp.types that return GqlLocalTimeModifier and TypeMethodDescriptionGqlLocalDateTime.time()Returns the value of thetimerecord component.GqlZonedDateTime.time()Returns the value of thetimerecord component.GqlZonedTime.time()Returns the value of thetimerecord component.Constructors in dev.grafeo.gwp.types with parameters of type GqlLocalTimeModifierConstructorDescriptionGqlLocalDateTime(GqlDate date, GqlLocalTime time) Creates an instance of aGqlLocalDateTimerecord class.GqlZonedDateTime(GqlDate date, GqlLocalTime time, int offsetMinutes) Creates an instance of aGqlZonedDateTimerecord class.GqlZonedTime(GqlLocalTime time, int offsetMinutes) Creates an instance of aGqlZonedTimerecord class.