TimeSpanEdit.Time Property
Gets the DateTime representation of the time interval.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override DateTime Time { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The DateTime representation of the time interval. |
Remarks
The Time property returns the date and time specified by the time interval (the TimeSpanEdit.TimeSpan property value) elapsed since 12:00:00 midnight, January 1, 0001.
See Also