←Select platform

Time1 Property

Summary
Gets or sets the first time in the time range.
Syntax
C#
VB
C++
Java
public DicomTimeValue Time1 { get; set; } 
Public Property Time1 As DicomTimeValue 
public DicomTimeValue getTime1() 
public void setTime1(DicomTimeValue value) 
public: 
property DicomTimeValue Time1 { 
   DicomTimeValue get(); 
   void set (    DicomTimeValue value); 
} 

Property Value

Value indicating the first time in the time range.This value is only significant when Type is set to DicomRangeType.None, DicomRangeType.Lower or DicomRangeType.Both.

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.