Click or drag to resize

CellTimeDurationAttrs Enumeration

Cell attributes specific to TimeDuration cells.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum CellTimeDurationAttrs
Members
  Member nameValueDescription
FormatAsTimeSpan1 DisplayText should be generated using the .Net TimeSpan.ToString() method.
See Also