TimeScale.FormatCaption(DateTime, DateTime) Method
Returns a string formatted according to display format for this scale type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v25.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| start | DateTime | A String value representing a scale starting point. |
| end | DateTime | A String value representing a scale final point. |
Returns
| Type | Description |
|---|---|
| String | A String value to be used in a timeline caption. |
Remarks
To change the default format string for the time scale use the TimeScale.DisplayFormat property.
See Also