←Select platform

ContentDate Property

Summary

Gets or sets the value for the "Content Date" (0008,0023) element.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomDateValue ContentDate { get; set; } 
Public Property ContentDate As Leadtools.Dicom.DicomDateValue 
public Leadtools.Dicom.DicomDateValue ContentDate {get; set;} 
public final DicomDateValue getContentDate() 
public final void setContentDate(DicomDateValue value) 
             
 <br/>get_ContentDate();<br/>set_ContentDate(value);<br/>Object.defineProperty('ContentDate');  
public: 
property Leadtools.Dicom.DicomDateValue ContentDate { 
   Leadtools.Dicom.DicomDateValue get(); 
   void set (    Leadtools.Dicom.DicomDateValue value); 
} 

Property Value

Value indicating the "Content Date" (0008,0023) element.

Example

For an example, refer to SetEncapsulatedDocument.

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