lubridate (version 1.1.0)

second: Get/set seconds component of a date-time.

Description

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

Usage

second(x)

Arguments

x
a date-time object

Value

  • the seconds element of x as a decimal number

Examples

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

Run the code above in your browser using DataCamp Workspace