Skip to main content

TimeSlot.ToString() Method

Returns the textual representation of the time slot.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public override string ToString()

Returns

Type Description
String

A String value which is the textual representation of the time slot.

Remarks

The ToString method returns the values of the UserInterfaceObject.DisplayName and TimeSlot.Value properties of the current time slot as follows:

DisplayName (Value)

See Also