lubridate (version 0.2.4)

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

Description

Get/set minutes component of a date-time.

Usage

minute(x)

Arguments

x
a date-time object

Value

  • the minutes element of x as a decimal number

Details

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

Examples

Run this code
x <- now()
minute(x)
minute(x) <- 1
minute(x) <- 61 
minute(x) > 2

Run the code above in your browser using DataCamp Workspace