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

TimeOfDayInterval.ToString() Method

Returns the textual representation of the time-of-day interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value which is the textual representation of the time-of-day interval.

Remarks

The ToString method returns the values of the TimeOfDayInterval.Start, TimeOfDayInterval.End and TimeOfDayInterval.Duration properties of the current time-of-day interval as follows:

(Start)-(End) [Duration]

See Also