public DicomTimeValue(
int ,
int ,
int ,
int
)
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim hours As Integer
Dim minutes As Integer
Dim seconds As Integer
Dim fractions As Integer
Dim instance As New DicomTimeValue(hours, minutes, seconds, fractions)
public DicomTimeValue(int hours, int minutes, int seconds, int fractions)
function DicomTimeValue(
hours ,
minutes ,
seconds ,
fractions
)
public:
DicomTimeValue(
int ,
int ,
int ,
int
)