lubridate (version 1.6.0)

minute: Get/set minutes component of a date-time.

Description

Date-time must be a POSIXct, POSIXlt, Date, Period, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, and fts objects.

Usage

minute(x)

minute(x) <- value

Arguments

x

a date-time object

value

numeric value to be assigned

Value

the minutes element of x as a decimal number

Examples

Run this code
# NOT RUN {
x <- ymd("2012-03-26")
minute(x)
minute(x) <- 1
minute(x) <- 61
minute(x) > 2
# }

Run the code above in your browser using DataCamp Workspace