←Select platform

Date2 Property

Summary

Gets or sets the second date in the date range.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomDateValue Date2 { get; set; } 
Public Property Date2 As Leadtools.Dicom.DicomDateValue 
public Leadtools.Dicom.DicomDateValue Date2 {get; set;} 
public DicomDateValue getDate2() 
public void setDate2(DicomDateValue value) 
             
 <br/>get_Date2();<br/>set_Date2(value);<br/>Object.defineProperty('Date2');  

Property Value

Value indicating the second date in the date range.This value is only significant when Type is set to DicomRangeType.Upperor 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