←Select platform

Date1 Property

Summary

Gets or sets the first date in the date range.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomDateValue Date1 { get; set; } 
Public Property Date1 As Leadtools.Dicom.DicomDateValue 
public Leadtools.Dicom.DicomDateValue Date1 {get; set;} 
public DicomDateValue getDate1() 
public void setDate1(DicomDateValue value) 
             
 <br/>get_Date1();<br/>set_Date1(value);<br/>Object.defineProperty('Date1');  

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

Leadtools.Dicom Assembly