←Select platform

Date2 Property

Summary

Gets or sets the second date in the date range.

Syntax
C#
VB
C++
Java
public DicomDateValue Date2 { get; set; } 
Public Property Date2 As DicomDateValue 
public DicomDateValue getDate2() 
public void setDate2(DicomDateValue value) 
public: 
property DicomDateValue Date2 { 
   DicomDateValue get(); 
   void set (    DicomDateValue value); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly