Skip to main content

TimeOfDayInterval.ToString() Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

#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