Class On_DateTimeRange
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_DateTimeRange
-
public class On_DateTimeRange extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_DateTimeRange()
-
Method Summary
Modifier and Type Method Description On_DateTimeRangefrom()Start `DateTime` of the range.On_DateTimeRangeto()End `DateTime` of the range.
-
-
-
Method Detail
-
from
public On_DateTimeRange from()
Start `DateTime` of the range.
-
to
public On_DateTimeRange to()
End `DateTime` of the range.
-
-