POSIXst(x, unit, of = NULL, tz = "UTC", ...) ## S3 method for class 'default':
POSIXst(x, unit, of = NULL, tz = "UTC", ...)
## S3 method for class 'integer':
POSIXst(x, unit, of = NULL, tz = "UTC", ...)
## S3 method for class 'numeric':
POSIXst(x, unit, of = NULL, tz = "UTC", ...)
## S3 method for class 'POSIXct':
POSIXst(x, unit, of = NULL, tz = attributes(x)$tzone, ...)
## S3 method for class 'POSIXlt':
POSIXst(x, unit, of = NULL, tz = attributes(x)$tzone, ...)
## S3 method for class 'TimeInstantDataFrame':
POSIXst(x, unit, of = NULL, tz = timezone(x), ...)
## S3 method for class 'TimeIntervalDataFrame':
POSIXst(x, unit, of = NULL, tz = timezone(x), ..., cursor = NULL)
year(x, ...)
month(x, ...)
day(x, of, ...)
hour(x, of, ...)
minute(x, of, ...)
second(x, of, ...)