←Select platform

DicomDateValue Constructor(int,int,int)

Summary
Initializes a new DicomDateValue with explicit parameters.
Syntax
C#
VB
C++
Java
public DicomDateValue( 
   int year, 
   int month, 
   int day 
) 
Public Function New( _ 
   ByVal year As Integer, _ 
   ByVal month As Integer, _ 
   ByVal day As Integer _ 
) 
public DicomDateValue(short year, short month, short day) 
public DicomDateValue(int year, int month, int day) 
public: 
DicomDateValue(  
   int year, 
   int month, 
   int day 
) 

Parameters

year
Value that represents the year.

month
Value that represents the month.

day
Value that represents the day.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

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