 -         
   ,           
,   .  -today - ,  , 

   today, SetTimeO,  15,  1998,  -1,  -1);          

 ,   today,  15  1998 
,    ,       -1. 
      ,       
,   .     

    today.SetTime(1, 15, 1998);

         -    
 ( 43-46),     
 .  ,    
- SetTimeO ,      , 
  .   -  
       SetTime()   
. ,  

    today.SetTime() ;	

  - SetTime(),    
58-61    , ,   ,    
     today    . 
      13.14    
- TTime.      TIME4.H  
DOS,   bcc overmf time4.     
  OVERMF.EXE,   .      
   Project    OVERMF. IDE    
<Ctrl+F9>    .

     13.14.  OVERMF.CPP (  -)

    1:	#include	<iostream.h> 
    2:	#include	<stdio.h> 
    3:	#include	"time4.h"
    4:	
    5:	main()
    6.      {
    7:           TTime appointment;
    9:	appointment.SetTime();
    10:	appointment.Display();            
    11:	appointmentSetTime(8); 
    12:	appointment.Display(); 
    13:	appointment.SetTime(8, 1);
    14:	appointment.Display ( );            
    15:	appointment.SetTime(8, 1, 1996);     
    16:	appointment.Display(); 
    17:	appointment.SetTime(8, 1, 1996, 8); 
    18:	appointment.Display(); 
    19:	appointment.SetTime(8, 1, 1996, 8, 30); 
    20:	appointment.Display(); 
    21:	return 0; 
    22:      } 

      9-20    - SetTime(),  
     ,    Display().   
   Display()      SetTime(). 

     -   

      -,     
16-21  13.12, ,       .  
   -     
 -,       
 . 
      12        
.  -      ,   , 
   ,      .  
 13.15,     SetTime()  TTime, 
   .     , TIME5.H 
  ,    .    
  ,      ,  
,    TTime. 

     13.  	321 
    
    11   Borland C++4.5 