rulesFinCenter           package:fCalendar           R Documentation

_F_i_n_a_n_c_i_a_l _C_e_n_t_e_r_s _D_S_T _R_u_l_e_s

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

     Returns DST rules for a financial center.

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

     rulesFinCenter(FinCenter = myFinCenter)

_A_r_g_u_m_e_n_t_s:

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

_D_e_t_a_i_l_s:

     The function 'rulesFinCenter', lists the daylight saving rules 
     for a selected financial center.

     There is no dependency on the POSIX implementation of your
     operating system because all time zone and day light saving time
     information  is stored locally in ASCII files.

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

     returns a list of time zones and DST rules available in the
     database.

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

     ## rulesFinCenter - 
        rulesFinCenter("Zurich")

