Finance
DayOfWeek
return the day of the week on which the given date falls
Calling Sequence
Parameters
Description
Examples
Compatibility
DayOfWeek(date)
date
-
a string containing a date specification in a format recognized by ParseDate or a Date data structure; date
The DayOfWeek command returns the day of the week on which the given date falls.
Return the day of the week for dates given in the string form.
Return the day of the week for a date given as a record.
Return the day of the week for a date given as a list.
By default the global evaluation date is used.
The Finance[DayOfWeek] command was introduced in Maple 15.
For more information on Maple 15 changes, see Updates in Maple 15.
See Also
Finance[AdjustDate]
Finance[AdvanceDate]
Finance[Calendar]
Finance[Calendars]
Finance[FormatDate]
Finance[IsBusinessDay]
Finance[IsEndOfMonth]
Finance[IsHoliday]
Finance[JoinBusinessDays]
Finance[JoinHolidays]
Finance[ParseDate]
Finance[RemoveHoliday]
StringTools[ParseTime]
Download Help Document