NPA_Get_DOS_Date_And_Time

Returns a LONG containing the DOS Date and Time stamp.

Thread Context:Non-Blocking

Syntax

    LONG NPA_Get_DOS_Date_And_Time (void);
    
    

Return Values

DOS date and time stamp

Remarks

Typically, this call is used for stamping or otherwise uniquely identifying specific media. The resolution is in two second intervals.

The structure of the returned time stamp (LONG) is described in the following table:

Bit Range

Purpose (value)

00..04

2 second interval

05..10

Minutes (0-59)

11..15

Hour (0-23)

16..20

Day (1-31)

21..24

Month (1-12)

25..31

Year (0=1980-119=2099)