myFinCenter            package:fCalendar            R Documentation

_m_y_F_i_n_C_e_n_t_e_r _V_a_r_i_a_b_l_e

_D_e_s_c_r_i_p_t_i_o_n:

     A character string with the name of my  financial center.

_U_s_a_g_e:

     myFinCenter

_V_a_l_u_e:

     returns the name of myFinCenter.

_N_o_t_e:

     Can be modified by the user to his own or any other financial
     center. The default is "GMT". To list all supported financial
     center use the function 'listFinCenter'.

_S_e_e _A_l_s_o:

     'listFinCenter'

_E_x_a_m_p_l_e_s:

     ## myFinCenter - the global setting currently used:
        myFinCenter
        
     ## Change to another Financiel Center:
        # myFinCenter = "Zurich"
        
     ## Do not take care about DST ...
        # myFinCenter = "GMT" 

