←Select platform

Create(Int32,Int32,Int32,Int32) Method

Summary

Creates a new DicomTimeValue with the specified values.

Syntax

C#
VB
WinRT C#
C++
public static Leadtools.Dicom.DicomTimeValue Create(  
   int hours, 
   int minutes, 
   int seconds, 
   int fractions 
) 
Public Overloads Shared Function Create( _ 
   ByVal hours As Integer, _ 
   ByVal minutes As Integer, _ 
   ByVal seconds As Integer, _ 
   ByVal fractions As Integer _ 
) As Leadtools.Dicom.DicomTimeValue 
public static Leadtools.Dicom.DicomTimeValue Create(  
   int hours, 
   int minutes, 
   int seconds, 
   int fractions 
) 
 function Leadtools.Dicom.DicomTimeValueHelper.Create(Int32,Int32,Int32,Int32)(  
   hours , 
   minutes , 
   seconds , 
   fractions  
) 
public: 
static Leadtools.Dicom.DicomTimeValue Create(  
   int hours, 
   int minutes, 
   int seconds, 
   int fractions 
)  

Parameters

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.

Return Value

A new DicomTimeValue 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