←Select platform

ContentDate Property

Summary

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

Syntax
C#
VB
C++
Java
public DicomDateValue ContentDate { get; set; } 
Public Property ContentDate As DicomDateValue 
public final DicomDateValue getContentDate() 
public final void setContentDate(DicomDateValue value) 
public: 
property DicomDateValue ContentDate { 
   DicomDateValue get(); 
   void set (    DicomDateValue value); 
} 

Property Value

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

Example

For an example, refer to SetEncapsulatedDocument.

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