Toggle navigation
Images.Elk.pl
datetime04
Borland C++ Builder dla początkujących
Zmiana czasu systemowego
Aby po kliknięciu przycisku Button1 zmienić czas systemu:
Unit1.cpp
#include <dos.h>
void __fastcall TForm1::Button1Click(TObject *Sender)
{
struct time t;
t.ti_hund = 0;
t.ti_sec = 0;
t.ti_min = 12;
t.ti_hour = 15;
settime(&t);
}
Wyszukiwarka
Podobne podstrony:
datetime02
datetime03
DateTimeAtCreation
DateTimeSyntax
DateTimeAtCompleted
ref datetime
datetime
datetime
DateTimeAtCompleted
DateTimeAtProcessing
ref datetime
ref datetime
datetime05
datetime (3)
DateTimeAtCreation
DateTimeSyntax
ref datetime
datetime01
więcej podobnych podstron