←Select platform

DicomTimeValue Constructor(int,int,int,int)

Summary
Constructs a new DicomTimeValue object.
Syntax
C#
VB
C++
Java
public DicomTimeValue( 
   int hours, 
   int minutes, 
   int seconds, 
   int fractions 
) 
Public Function New( _ 
   ByVal hours As Integer, _ 
   ByVal minutes As Integer, _ 
   ByVal seconds As Integer, _ 
   ByVal fractions As Integer _ 
) 
public DicomTimeValue(int hours, int minutes, int seconds, int fractions) 
public: 
DicomTimeValue(  
   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.

Example

For an example, refer to SetIntValue.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.