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