LEADTOOLS Medical (Leadtools.Dicom assembly)

Create(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method

Show in webframe







Value that represents the year.
Value that represents the month.
Value that represents the day.
Value that represents the hour.
Value that represents the minute.
Value that represents the second.
Value that represents the fraction of a second.
The optional suffix that indicates the offset (plus or minus) from Coordinated Universal Time.
Creates a new DicomDateTimeValue with the specified values.
Syntax
public static DicomDateTimeValue Create( 
   int year,
   int month,
   int day,
   int hours,
   int minutes,
   int seconds,
   int fractions,
   int offset
)
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal year As Integer, _
   ByVal month As Integer, _
   ByVal day As Integer, _
   ByVal hours As Integer, _
   ByVal minutes As Integer, _
   ByVal seconds As Integer, _
   ByVal fractions As Integer, _
   ByVal offset As Integer _
) As DicomDateTimeValue
'Usage
 
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim hours As Integer
Dim minutes As Integer
Dim seconds As Integer
Dim fractions As Integer
Dim offset As Integer
Dim value As DicomDateTimeValue
 
value = DicomDateTimeValueHelper.Create(year, month, day, hours, minutes, seconds, fractions, offset)
public static DicomDateTimeValue Create( 
   int year,
   int month,
   int day,
   int hours,
   int minutes,
   int seconds,
   int fractions,
   int offset
)

            

            
 function Leadtools.Dicom.DicomDateTimeValueHelper.Create(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32)( 
   year ,
   month ,
   day ,
   hours ,
   minutes ,
   seconds ,
   fractions ,
   offset 
)
public:
static DicomDateTimeValue Create( 
   int year,
   int month,
   int day,
   int hours,
   int minutes,
   int seconds,
   int fractions,
   int offset
) 

Parameters

year
Value that represents the year.
month
Value that represents the month.
day
Value that represents the day.
hours
Value that represents the hour.
minutes
Value that represents the minute.
seconds
Value that represents the second.
fractions
Value that represents the fraction of a second.
offset
The optional suffix that indicates the offset (plus or minus) from Coordinated Universal Time.

Return Value

A new DicomDateTimeValue with the specified values.
Requirements

Target Platforms

See Also

Reference

DicomDateTimeValueHelper Class
DicomDateTimeValueHelper Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features