Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRangeControlDateTimeAutoFormatHelper Methods
Show Inherited Hide Inherited

The class implementing the automatic scale formatting functionality for the Date/Time Header-based data range models.
Name Description
Equals(TObject) Inherited from TObject.
FormatDay(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in days.
FormatHour(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in hours.
FormatMinute(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in minutes.
FormatMonth(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in months.
FormatQuarter(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in quarters of a year.
FormatSecond(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in seconds.
FormatWeek(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in weeks.
FormatYear(TDateTime,Integer) Returns the specified date/time value formatted as a Unicode string ready to display as the corresponding header of the scale graduated in years.
GetFormatCount(TdxRangeControlDateTimeScaleUnit) Returns the number of formatting variants supported by a scale graduated using the specified measurement unit.
GetHashCode Inherited from TObject.
ToString Inherited from TObject.
See Also