timeDate (version 3043.102)

dayOfWeek: Day of the Week

Description

returns the day of the year from a 'timeDate' object.

Usage

dayOfWeek(x)

Value

returns a three letter character string with the names in English of the day of the week,

Arguments

x

an object of class timeDate.

See Also

dayOfYear

Examples

Run this code
## timeCalendat -  
   tC = timeCalendar()
       
## The days of the Year:
   dayOfWeek(tC)
   
## Use Deprecated Function:
   getDayOfWeek <- dayOfWeek
   getDayOfWeek(tC)

Run the code above in your browser using DataCamp Workspace