←Select platform

Date2 Property

Summary
Gets or sets the second date in the date range.
Syntax
C#
Objective-C
C++/CLI
Java
public DicomDateValue Date2 { get; set; } 
@property (nonatomic, strong) LTDicomDateValue *date2; 
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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.