Version

TimeSpanEditor Class Fields

For a list of all members of this type, see TimeSpanEditor members.

Public Fields
 NameDescription
Public FieldFractionalFormatReturns the format used to format values that contain fractional units of time ("0.##").  
Public Fieldstatic (Shared in Visual Basic)MaxValueReturns the maximum supported TimeSpan value for this editor, which is the difference between the DateTime.MinValue and DateTime.MaxValue properties. This value equates to a span of time equal to 3,652,059 days.  
Public Fieldstatic (Shared in Visual Basic)MinValueReturns the minimum supported TimeSpan value for this editor (TimeSpan.Zero). Note that the TimeSpanEditor does not support negative values.  
Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
See Also