822  14

	 / 	
EncodeDate	TDateTime EncodeDate(Word Year, Word Month, Word Day)  Year,  Month   Day  TDateTime	SysUtils.hpp
EncodeTime	TDateTime EncodeTime(Word Hour, Word Min, Word Sec, Word MSec)  Hour,  Min,  Sec   MSec  TDateTime	SysUtils.hpp
FormatDateTi-me	System::AnsiString FormatDateTime( const System::AnsiString Format, System: :TDateTime DateTime) DateTime     Format	SysUtils.hpp
getdate	void getdate(struct date *datep)   datep  	dos.h
gettime	void gettime(struct time *timep)   timep  	dos.h
gmtime	struct tm *gmtime(const timet *timer)  timer,   time,    tm	time.h
IncMonth	System::TDateTime IncMonth( const System:: TDateTime Date, int NumberOfMonths)  Date,   NumberOfMonths 	SysUtils.hpp
IsLeapYear	bool IsLeapYear(Word Year)  true,   Year 	SysUtils.hpp
localtime	struct tm *localtime(const timet *timer)  timer,   time,    tm     	time.h
mktime	timet mktime(struct tm *t)     tm   timet	time.h
MSecsToTimeS-tamp	TTimeStamp MSecsToTimeStamp( System::Comp MSecs)  MSecs  TTimeStamp	SysUtils.hpp
Now	System::TDateTime Now(void)    	SysUtils.hpp
setdate	void setdate(struct date *datep)  datep   (   )	dos.h