TcxSchedulerDayHeaderCellViewInfo.ConvertDateToDisplayText(Integer) Method
Converts the date, which is associated with the current date cell, into a formatted date string.
Declaration
function ConvertDateToDisplayText(AType: Integer = 0): Integer; virtual;
Parameters
Name | Type |
---|---|
AType | Integer |
Returns
Type |
---|
Integer |
Remarks
The ConvertDateToDisplayText method returns the string pattern’s type. A complete list of the available string patterns can be found in the TcxSchedulerDateTimeHelper.DayToStr method’s topic.
The AType parameter specifies the string pattern.
See Also