Click or drag to resize

TimeDirs Enumeration

Identifies time/date offset direction when parsing date/time value strings. For example, the direction "next month" for would be TimeDirs.Next while that for "prev year" would be TimeDirs.Last.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum TimeDirs
Members
  Member nameValueDescription
Unknown0The direction is unknown.
Next1The time period is that following the current time period.
Last2The time period is that preceding the current time period.
See Also