Programming Reference Manual
WeekdayName
Syntax
WeekdayName(
day
[,
abbrev
])
Description
Return the localized name of the weekday.
Parameter
Description
day
Return the localized name of this weekday. (1-7)
abbrev
If this conditional value is
True
then return the abbreviated form of the weekday name.
See Also
MonthName
,
Weekday
,
WeekNum
.
Example
Sub
Main
Debug
.
Print
WeekdayName
(1)
'Sunday
Debug
.
Print
WeekdayName
(
Weekday
(
Now
))
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
Time/Date
Date
DateAdd
DateDiff
DatePart
DateSerial
DateValue
Day
EasterDate
Hour
Minute
Month
MonthName
Now
Second
Time
Timer
TimeSerial
TimeValue
Weekday
WeekdayName
WeekNum
Year
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator