[ CCode ( has_construct_function = false ) ]
public CalendarQuery.with_limits (string? q, int64 start_min, int64 start_max)
Creates a new CalendarQuery with its q
property set to q
, and the time limits start_min
and start_max
applied (both in seconds since
the UNIX epoch).
q |
a query string, or |
start_min |
a starting time for the event period, or -1 |
start_max |
an ending time for the event period, or -1 |
a new CalendarQuery |