Leadtools.Dicom Namespace > DicomDateTimeValueHelper Class > Create Method : Create(Int32,Int32,Int32,Int32,Int32,Int32,Int32,Int32) Method |
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 )
ObjectiveC Syntax
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2