format-methods           package:fCalendar           R Documentation

_F_o_r_m_a_t _M_e_t_h_o_d_s

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

     Formats 'timeDate' objects as ISO conform character strings.

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

     ## S3 method for class 'timeDate':
     format(x, ...)

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

       x: an object of class 'timeDate'. 

     ...: arguments passed to other methods. 

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

     returns an ISO conform formatted character string.

_N_o_t_e:

     This S3 method will become in the future a S4 method

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

     'as.character'.

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

     ## timeCalendar -
        # Time Calebdar 16:00
        tC = timeCalendar() + 16*3600
        tC
        
     ## Format as ISO Character String: 
        format(tC)

