←Select platform

Time1 Property

Summary

Gets or sets the first time in the time range.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTimeValue Time1 { get; set; } 
Public Property Time1 As Leadtools.Dicom.DicomTimeValue 
public Leadtools.Dicom.DicomTimeValue Time1 {get; set;} 
public DicomTimeValue getTime1() 
public void setTime1(DicomTimeValue value) 
             
 <br/>get_Time1();<br/>set_Time1(value);<br/>Object.defineProperty('Time1');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly