finCenter {timeDate} | R Documentation |
Print or assign new financial center to a timeDate
object.
## S4 method for signature 'timeDate'
finCenter(x)
## S4 replacement method for signature 'timeDate'
finCenter(x) <- value
x |
a |
value |
a character with the the location of the financial center named as "continent/city". |
listFinCenter
date <- timeDate("2008-01-01")
finCenter(date) <- "GMT"
date
finCenter(date) <- "Zurich"
date