Examples for 'lubridate::second'


Get/set seconds component of a date-time

Aliases: second second<-

Keywords: chron manip methods utilities

### ** Examples

x <- ymd("2012-03-26")
second(x)
[1] 0
second(x) <- 1
second(x) <- 61
second(x) > 2
[1] FALSE

[Package lubridate version 1.8.0 Index]