Class TimeSpanEditorAttribute
- Namespace
- Ecng.ComponentModel
- Assembly
- Ecng.ComponentModel.dll
TimeSpan editor attribute.
public class TimeSpanEditorAttribute : Attribute
- Inheritance
-
TimeSpanEditorAttribute
- Inherited Members
- Extension Methods
Constructors
TimeSpanEditorAttribute()
public TimeSpanEditorAttribute()
Fields
DefaultMask
Default editor parts mask.
public const TimeSpanEditorMask DefaultMask = Hours | Minutes | Seconds
Field Value
Properties
Mask
Show editor parts mask.
public TimeSpanEditorMask Mask { get; set; }