DayOfWeek - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Finance

  

DayOfWeek

  

return the day of the week on which the given date falls

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DayOfWeek(date)

Parameters

date

-

a string containing a date specification in a format recognized by ParseDate or a Date data structure; date

Description

• 

The DayOfWeek command returns the day of the week on which the given date falls.

Examples

Return the day of the week for dates given in the string form.

(1)

(2)

Return the day of the week for a date given as a record.

(3)

(4)

Return the day of the week for a date given as a list.

(5)

(6)

By default the global evaluation date is used.

(7)

(8)

Compatibility

• 

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