timeDate (version 3043.102)

finCenter: Financial Center of a timeDate object

Description

Print or assign new financial center to a timeDate object.

Usage

# S4 method for timeDate
finCenter(x)
# S4 method for timeDate
finCenter(x) <- value

Arguments

x

a timeSeries object.

value

a character with the the location of the financial center named as "continent/city".

See Also

listFinCenter

Examples

Run this code
date <- timeDate("2008-01-01")
finCenter(date) <- "GMT"
date

finCenter(date) <- "Zurich"
date

Run the code above in your browser using DataCamp Workspace