VALUEDATETIME

Summary

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

Syntax

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; 

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.

Usage

Data Types

Functions

See Also

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

LEADTOOLS DICOM C++ Class Library Help

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