Skip to main content
A newer version of this page is available. .

TimeSpanEdit.Time Property

Gets the DateTime representation of the time interval.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
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