HumanReadableTimeSpanHelper.ConvertToString Event
In This Article
Occurs before the specified TimeSpan value is converted to a string.
Namespace: DevExpress.XtraScheduler.Native
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
#Event Data
The ConvertToString event's data class is TimeSpanStringConvertEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled | Gets or sets whether an event was handled, if it was handled the default actions are not required. |
String |
Gets or sets the string used when converting a Time |
Time |
Gets or sets the Time |
#Remarks
Use the HumanReadableTimeSpanHelper.ToString method to convert a TimeSpan to a string . Handle the ConvertToString event to implement a custom conversion.
See Also