A newer version of this page is available.
Switch to the current version.
TimeRulerFormatStringService.GetHourOnlyFormat(TimeRuler) Method
Override this method to change the format of the individual hour captions displayed at the Time Ruler.
Namespace: DevExpress.XtraScheduler.Services.Implementation
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public string GetHourOnlyFormat(
TimeRuler ruler
)
Public Function GetHourOnlyFormat(
ruler As TimeRuler
) As String
Parameters
Name | Type | Description |
---|---|---|
ruler | TimeRuler | A TimeRuler object. |
Returns
Type | Description |
---|---|
String | A format string. |
Remarks
For information on using the TimeRulerFormatStringService refer to the How to: Display TimeRulers with Different Time Formats Together topic and the online example Formatting Services - an example of use.
Implements
DevExpress.XtraScheduler.Services.ITimeRulerFormatStringService.GetHourOnlyFormat(TimeRuler)
See Also
Feedback