length               package:fCalendar               R Documentation

_L_e_n_g_t_h _o_f _a '_t_i_m_e_D_a_t_e' _O_b_j_e_c_t

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

     Returns the length of a 'timeDate' object.

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

     ## S3 method for class 'timeDate':
     length(x)

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

       x: an object of class 'timeDate'. 

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

     returns an integer of length 1.

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

       
     ## timCalendar -
        tC = timeCalendar()
        
     ## length - 
        length(tC)

