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

cxMinutesToText(Integer) Method

Converts the AMinutes value into a formatted time string.

#Declaration

Delphi
function cxMinutesToText(AMinutes: Integer): string;

#Parameters

Name Type
AMinutes Integer

#Returns

Type
string

#Remarks

The cxMinutesToText function converts the value of the AMinutes parameter into its string equivalent using an appropriate unit of time measurement (a minute, hour, and day or week).

For example, if the AMinutes parameter’s value is 20160 minutes, then the cxMinutesToText function will return the ‘2 weeks‘ string.

See Also