Financial Center of a timeDate object
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.