Returns a string representation of a double-byte date/time value.
<HsvResourceManager>.GetFormattedDateTimeForLanguage(lLanguageId, dDateTime, bDateValueOnly, bTimeValueOnly)
Argument | Description |
---|---|
lLanguageId | Long (ByVal). The language ID. You can obtain the IDs of a Financial Management release’s valid languages with GetAvailableLanguages. In addition, you can pass the constants in the HFMConstants enumeration tagHFM_LANGUAGES. This enumeration represents language IDs that are valid for all releases; for more information, see Supported Language Constants. |
dDateTime | Double (ByVal). The timestamp. |
bDateValueOnly | Long (ByVal). TRUE to return only the date value. |
bTimeValueOnly | Long (ByVal). TRUE to return only the time value. |
String