VALUEDATETIME

typedef struct _VALUEDATETIME 
{ 
   L_UINT16 nYear; /* year */ 
   L_UINT16 nMonth; /* month */ 
   L_UINT16 nDay; /* day */ 
   L_UINT16 nHours; /* hours */ 
   L_UINT16 nMinutes; /* minutes */ 
   L_UINT16 nSeconds; /* seconds */ 
   L_UINT32 nFractions; /* fraction of a second */ 
   L_INT32 nOffset; /* suffix */ 
} VALUEDATETIME,  * pVALUEDATETIME; 

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

Members

nYear

The year.

nMonth

The month.

nDay

The day.

nHours

The hour.

nMinutes

The minute.

nSeconds

The second.

nFractions

The fraction of a second.

nOffset

The optional suffix that indicates the offset (plus or minus) from Coordinated Universal Time.

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

LEADTOOLS DICOM C++ Class Library Help

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