package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Default
  2. | StartTime
    (*

    Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)

    *)
  3. | Updated
    (*

    Order by last modification time (ascending).

    *)
val to_string : t -> string
val of_string : string -> t