hour
From lubridate v0.1
by Hadley Wickham
Get/set hours component of a date-time.
Get/set hours component of a date-time.
Usage
hour(x)
Arguments
- x
- a date-time object
Details
Date-time must be a POSIXct, POSIXlt, Date, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, and fts objects.
Value
- the hours element of x as a decimal number
Examples
x <- now()
hour(x)
hour(x) <- 1
hour(x) <- 61
hour(x) > 2
Community examples
Looks like there are no examples yet.