![]() |
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 : ContentTime Property |
public DicomTimeValue ContentTime {get; set;}
'Declaration
Public Property ContentTime As DicomTimeValue
'Usage
Dim instance As DicomEncapsulatedDocument Dim value As DicomTimeValue instance.ContentTime = value value = instance.ContentTime
public DicomTimeValue ContentTime {get; set;}
public final DicomTimeValue getContentTime() public final void setContentTime(DicomTimeValue value)
<br/>get_ContentTime();<br/>set_ContentTime(value);<br/>Object.defineProperty('ContentTime');
public: property DicomTimeValue ContentTime { DicomTimeValue get(); void set ( DicomTimeValue value); }