Class TimeRangeFilter
Query filter for making GET endpoints only return results within a given time range.
public sealed class TimeRangeFilter
- Inheritance
-
TimeRangeFilter
- Inherited Members
Properties
FromUTC
Inclusive Unix-timestamp from where on to return results.
public long FromUTC { get; set; }
Property Value
ToUTC
Inclusive Unix-timestamp until when to return results.
public long ToUTC { get; set; }
Property Value
Methods
Clamp()
Fix illegal values.
public void Clamp()