|
|
|
|
|
IntegerToDayInAlpha (Function) In french: EntierVersJourEnLettre Returns the name of the day corresponding to a specified date (this date is an integer). IntegerToDayInAlpha(DateToInteger("20011225"))
IntegerToDayInAlpha(73773)
Syntax
<Result> = IntegerToDayInAlpha(<Date>)
<Result>: Character string Day of the week corresponding to the specified date: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday. <Date>: Integer Number of days elapsed since January 1st 1800 + 1 (this number is returned by DateToInteger). Remarks Special cases - This function cannot be used to retrieve days of weeks before October 14, 1582 (the change from the Julian to the Gregorian calendar will not be taken into account).
- The IntegerToDayInAlpha function takes into account the language options specified in the project description: the name of the day will be in the language specified in the "Languages" tab of the project description..
Reminder: To display the project description, under the "Project" pane, in the "Project" group, click on "Description".
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|