TdxRangeControlDateTimeAutoFormatHelper Methods
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