JVCL Help:TJvTFDWNames.GetDWName

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieves the week day name using an index.


Pascal

 functionGetDWName(DWIndex: Integer): string;


Parameters

Parameters Description
DWIndex: Integer The week day display name to retrieve. This value must be between 1 and 7.


Return Value

The week day display name. If Index is less than 1 or greater than 7, am empty string is returned.


Description

Call GetDWName to retrieve the week day display name using an index. Index must be between 1 (DWN_Monday) and 7 (DWN_Sunday). Depending on the settings of Source, this function returns the long or short week day name or a custom week day display name.


See Also

TJvTFDWNames.Source


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page