←Select platform

Create(Int32,Int32,Int32) Method

Summary

Creates a new DicomDateValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.Dicom.DicomDateValue Create(  
   int year, 
   int month, 
   int day 
) 
Public Overloads Shared Function Create( _ 
   ByVal year As Integer, _ 
   ByVal month As Integer, _ 
   ByVal day As Integer _ 
) As Leadtools.Dicom.DicomDateValue 
public static Leadtools.Dicom.DicomDateValue Create(  
   int year, 
   int month, 
   int day 
) 
 function Leadtools.Dicom.DicomDateValueHelper.Create(Int32,Int32,Int32)(  
   year , 
   month , 
   day  
) 
public: 
static Leadtools.Dicom.DicomDateValue Create(  
   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.

Return Value

A new DicomDateValue with the specified values.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly