## S3 method for class 'timeDate':
as.character(x, \dots)## S3 method for class 'timeDate':
as.double(x,
units = c("auto", "secs", "mins", "hours", "days", "weeks"), ...)
## S3 method for class 'timeDate':
as.data.frame(x, \dots)
## S3 method for class 'timeDate':
as.POSIXct(x, tz = "", \dots)## S3 method for class 'timeDate':
as.POSIXlt(x, tz = "", \dots)
## S3 method for class 'timeDate':
as.Date(x, method = c("trunc", "round", "next"), ...)
## S3 method for class 'default':
as.timeDate(x, zone = "", FinCenter = "")
## S3 method for class 'POSIXt':
as.timeDate(x, zone = "", FinCenter = "")
## S3 method for class 'Date':
as.timeDate(x, zone = "", FinCenter = "")
## S3 method for class 'timeDate':
as.timeDate(x, zone = x@FinCenter, FinCenter = "")