Class DateTimeScalar
- java.lang.Object
-
- ch.brix.gql.client.Scalar
-
- ch.brix.gql.client.frontify.scalars.DateTimeScalar
-
public class DateTimeScalar extends ch.brix.gql.client.ScalarThe `DateTime` scalar type represents datetime data in RFC3339_EXTENDED format (ie. 2001-12-31T22:10:30.000+00:00)
-
-
Method Summary
Modifier and Type Method Description static DateTimeScalarof(Object value)
-
-
-
Method Detail
-
of
public static DateTimeScalar of(Object value)
- Parameters:
value- requires correct implementation of .toString() otherwise pass a String
-
-