VALUEDATE

typedef struct _VALUEDATE 
{ 
   L_UINT16 nYear; /* year */ 
   L_UINT16 nMonth; /* month */ 
   L_UINT16 nDay; /* day */ 
} VALUEDATE,  * pVALUEDATE; 

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

Member

Description

nYear

The year.

nMonth

The month.

nDay

The day.

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