dos_compilers/Microsoft Pascal v4/INCLUDE/CLOCK.INT

11 lines
308 B
Plaintext
Raw Normal View History

2024-07-02 06:27:27 +02:00
Interface;
Unit Clock(GetDat,SetDat,GetTim,SetTim);
Procedure GetDat(Vars Year,Month,Day:Integer);
Function SetDat(Year,Month,Day:Integer):Boolean;
Procedure GetTim(Vars Hours,Minutes,Seconds,Hundreds:Integer);
Function SetTim(Hours,Minutes,Seconds,Hundreds:Integer):Boolean;
End;