get_completed
  
  Description:
  [ 
Version ( since = 
"3.34" ) ]
public Time? 
get_completed ()
  
 
  
    Queries the date at which a calendar compoment object was completed.
     Free the returned non-NULL pointer with unref, when no longer needed.
    Parameters:
    
      
        | this | 
        
           A calendar component object. 
         | 
      
    
    Returns:
    
      
        | 
           the completion date, as an Time, or null, when
             none is set 
         |