Uses of Class
ch.brix.gql.client.frontify.input_objects.DateTimeRangeInput
-
Packages that use DateTimeRangeInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of DateTimeRangeInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return DateTimeRangeInput Modifier and Type Method Description DateTimeRangeInputDateTimeRangeInput. from(DateTimeScalar v)Start `DateTime` of the range.DateTimeRangeInputDateTimeRangeInput. to(DateTimeScalar v)End `DateTime` of the range.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type DateTimeRangeInput Modifier and Type Method Description CreateAssetInputCreateAssetInput. availability(DateTimeRangeInput v)`Asset` will become available only during the interval.When undefined or `null` the `Asset` will be immediately and indefinitely available.
-