![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
Leadtools.Dicom Namespace > DicomEncapsulatedDocument Class : ContentDate Property |
public DicomDateValue ContentDate {get; set;}
'Declaration
Public Property ContentDate As DicomDateValue
'Usage
Dim instance As DicomEncapsulatedDocument Dim value As DicomDateValue instance.ContentDate = value value = instance.ContentDate
public 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 DicomDateValue ContentDate { DicomDateValue get(); void set ( DicomDateValue value); }