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.
The year.
The month.
The day.
The hour.
The minute.
The second.
The fraction of a second.
The optional suffix that indicates the offset (plus or minus) from Coordinated Universal Time.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document