←Select platform

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

Summary

Creates a new DicomDateTimeValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.Dicom.DicomDateTimeValue Create(  
   int year, 
   int month, 
   int day, 
   int hours, 
   int minutes, 
   int seconds, 
   int fractions, 
   int offset 
) 
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 Leadtools.Dicom.DicomDateTimeValue 
public static Leadtools.Dicom.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 Leadtools.Dicom.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

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

Leadtools.Dicom Assembly