Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7707 Alex2003 1
2
xmlns:o="urn:schemas-microsoft-com:office:office"
3
xmlns:w="urn:schemas-microsoft-com:office:word"
4
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
5
xmlns="http://www.w3.org/TR/REC-html40">
6
 
7
8
9
10
11
12
13
31
32
33
332
418
448
449
 
450
451
 
452
453
 
454

Back

457
style='mso-ansi-language:RU'> to main
458
style='mso-bidi-font-weight:normal'>

459
 
460

 

463
 
464

Function 29 -

467
get system date

468
 
469

Options:

472
 
473

  * eax =

476
29 - function number

477
 
478

Return value:

481
 
482

  * eax =

485
0x00DDMMYY, where

486
 
487

    (BCD is used)

490
 
491

  * YY = two lower digits of the year (00..99)

494
 
495

  * MM = month (01..12)

498
 
499

  * DD = day (01..31)

502
 
503

 

505
 
506

Remarks:

509
 
510

  The system date can

513
be set by function 22.

514
 
515

 

518
 
519

Constants for registers:

522
 
523

  eax -

526
SF_GET_SYS_DATE (29)

527
 
528
529
 
530
531
 
532