Jump to content

FTIME: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 3: Line 3:


=== Type ===
=== Type ===
  [[OS2 API:DataType:USHORT|USHORT]]  twosecs:5
  [[USHORT]]  twosecs:5
  [[OS2 API:DataType:USHORT|USHORT]] minutes:6
  USHORT  minutes:6
  [[OS2 API:DataType:USHORT|USHORT]] hours:5
  USHORT  hours:5


==== C Declaration Method ====
==== C Declaration Method ====
Line 15: Line 15:
  hours:5  Binary number of hours.
  hours:5  Binary number of hours.


[[Category:The OS/2 API Project]]
[[Category:Data type]]

Revision as of 12:57, 31 October 2016

FTIME

Time data structure for file-system functions

Type

USHORT  twosecs:5
USHORT  minutes:6
USHORT  hours:5

C Declaration Method

typedef struct

Fields

twosecs:5 Binary number of two-second increments.
minutes:6 Binary number of minutes.
hours:5   Binary number of hours.