   C++.  C++Builder, API Windows 827

int tm_hour;        //  (0 - 23)
int tm mday;        //   (1  31)
int tm mon;         //  (0  11)
int tm_year;        //  (  1900)
int tm wday;        //   (0  6; 0  
int tm yday;        //   (0 -365)
int tm_isdst;       //   12- 
);

        asctime. -
, :

time_t t = time (NULL);

struct tm *tt = localtime(&t);

char s[80] ;

strcpy(s, asctime(tt));

   tm,     ,  
time    gmtime,     s.  -
,     ,   
 ctime  ..   .

14.9   

	 / 	
I  Bounds	Windows::TRect Bounds(int ALeft, int ATop, int AWidth?, int AHeight) ALeft     AWidth  AHeight  TRect	Classes.hpp
Cur-rToFMTBCD	bool CurrToFMTBCD(System::Currency Curr, Bde::FMTBcd &BCD, int Precision, int Decimals) Curr   Bde::FMTBcd	DBCommon.hpp
FMTBCDTo-Curr	bool FMTBCDToCurr( const Bde::FMTBcd &BCD, System::Currency &Curr) BCD   Currency	DBCommon.hpp
Point	TPoint Point(int AX, int AY)  AX  AY  TPoint	Classes.hpp
Rect	Windows::TRect Rect(int ALeft, int ATop, int ARight, int ABottom) ALeft, ATop, ARight, ABottom  TRect	Classes.hpp



    Bounds   Rect  
  TRect (.   15),    
         -
.          -
   ALeft  ATop,   AWidth   
AHeight.      (ALeft  ATop)  