holidayZURICH           package:fCalendar           R Documentation

_Z_u_r_i_c_h _H_o_l_i_d_a_y _C_a_l_e_n_d_a_r

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

     Returns a holiday calendar for Zurich.

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

     holidayZURICH(year = currentYear)

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

    year: an integer value or vector of years, formatted as 'YYYY'. 

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

     The Zurich holiday calendar includes the following holidays:
     NewYearsDay, GoodFriday, EasterMonday,  LaborDay, PentecostMonday,
     ChristmasDay,  BoxingDay, CHBerchtoldsDay, CHSechselaeuten, 
     CHAscension, CHConfederationDay, CHKnabenschiessen.

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

     returns an object of class 'timeDate'.

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

     ## holidayZURICH -
        holidayZURICH()
        holidayZURICH(2008:2010)

