←Select platform

Date1 Property

Summary
Gets or sets the first date in the date range.
Syntax
C#
VB
C++
Java
public DicomDateValue Date1 { get; set; } 
Public Property Date1 As DicomDateValue 
public DicomDateValue getDate1() 
public void setDate1(DicomDateValue value) 
public: 
property DicomDateValue Date1 { 
   DicomDateValue get(); 
   void set (    DicomDateValue value); 
} 

Property Value

Value indicating the first date in the date 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.