DateRangeFilter class
From Catglobe Wiki
More actions
DateRangeFilter
Filter on date range
Parent class
Inherits from object
Methods
- (From object) string ToString() - The string representation of the object.
Properties
- DateTime FromDate { get; set; } - Start date for the range. Empty to remove filter
- string ObjectTypeName { get; } - The name of the type of object.
- DateTime ToDate { get; set; } - End date for the range. Empty to remove filter
- (From object) TypeInformation TypeInformation { get; } - Get information about this class.