# S3 method for timeDate
as.character(x, ...)# S3 method for timeDate
as.double(x,
units = c("auto", "secs", "mins", "hours", "days", "weeks"), ...)
# S3 method for timeDate
as.data.frame(x, ...)
# S3 method for timeDate
as.POSIXct(x, tz = "", ...)
# S3 method for timeDate
as.POSIXlt(x, tz = "", ...)
# S3 method for timeDate
as.Date(x, method = c("trunc", "round", "next"), ...)