TimeOfDayInterval.ToString() Method
In This Article
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
#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