←Select platform

DicomDateValue Constructor(Int32,Int32,Int32)

Summary

Initializes a new DicomDateValue with explicit parameters.

Syntax

C#
VB
Java
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom Assembly
Click or drag to resize