VALUETIME

typedef struct _VALUETIME 
{ 
   L_UINT16 nHours; /* hours */ 
   L_UINT16 nMinutes; /* minutes */ 
   L_UINT16 nSeconds; /* seconds */ 
   L_UINT32 nFractions; /* fraction of a second */ 
} VALUETIME, * pVALUETIME; 

The VALUETIME structure contains information about time values stored in the Value Field of a Data Element.

Member

Description

nHours

The hour.

nMinutes

The minute.

nSeconds

The second.

nFractions

The fraction of a second.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C API Help