Click or drag to resize

RelativeTimeResolution Enumeration

Specifies how a natural date is expressed.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public enum RelativeTimeResolution
Members
  Member nameValueDescription
DateOnly0 Ignores the time part and displays "Today" when the difference is less than one day.
TimeOnly1 Only counts hours and minutes.
Auto2 Displays relative time when the difference is less or equal to 24 hours. Uses relative date otherwise.
See Also