VALUETIME

Summary

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

Syntax

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

Members

nHours

The hour.

nMinutes

The minute.

nSeconds

The second.

nFractions

The fraction of a second.

Usage

Data Types

Functions

See Also

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.