 dts.    - SetTime()   
  -1 ( 10),       
   . 

      
        
        
    /       
    =^^^ 
    TTime::TTime() ^^ 
       

    . 13.4.     

          14-18.    
  ,          
     .  
    -.      
  ,  ,  ,   
     .    
   ,     , , 
  . 

      

         ,       
  .          . 
        
.   13.20     TTime 
 TTime().      TIME6  
  DOS,  bcc construc time6.    
     CONSTRUC.EXE    . 
       CONSTRUC.IDE   
 Project   <Ctrl+F9>        
 EasyWin. 

     13.20.   CONSTRUC.CPP (  TTime) 

    1:	#include <iostream. h> 
    2:	#include <stdio.h> 
    3:	#include "time6.h"    
    4: 
    5:	main() 
    6:	{ 
    7:	 TTime t1; 
    8:	 TTime t2(8); 
    9:	 TTime t3(8,   1);
  10:	 TTime t4(8,   1, 1996);     
  11:	 TTime t5(8,   1, 1996,   8 ) ; 
  12:	 TTime t6(8,   1, 1996,  8, 30) ;
  13: 
  14:	 t1.Display(); 
  15:	 t2.Display();		
  16: 	 t3.Display();
  17: 	 t4.0isplay();
  18: 	 t5.Display();
  19:            t6.Display();	
  20:	 return 0 ; 
  21:	} 

      7-12     TTime. C++  
     . ,   
   tl,    d  7,  
     . 
      8-12     ,   t2 
  t6,       .   
     ,      
TTime    - SetTime()   

    326      III.   ANSI ++
