summary-methods          package:fCalendar          R Documentation

_S_u_m_m_a_r_y _M_e_t_h_o_d

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

     Summarizes details of a 'timeDate' object.

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

     ## S3 method for class 'timeDate':
     summary(object, ...)

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

  object: an object of class 'timeDate'. 

     ...: arguments passed to other methods. 

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

     returns a summary report of the details of a 'timeDate' object.
     This includes the starting and end date, the number of dates the
     format and the financial center in use.

_N_o_t_e:

     This S3 method will become in the future a S4 method

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

     ## summary -
        tC = timeCalendar()
        summary(tC)

