Click or drag to resize

FilterDateFlags Enumeration

Flags specifying how a filter should be constructed.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum FilterDateFlags
Members
  Member nameValueDescription
ShowSeconds1Specifies whether or not seconds are displayed to the user.
FutureEval2The filter should be constructed using expressions for future evaluation (e.g. Today).
UTCToLocal4The date is stored in UTC but converted to the user's local timezone for display.
See Also