| Visual Basic (Declaration) | |
|---|---|
Public Property AcquisitionDateTime As DicomDateTimeValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomEncapsulatedDocument Dim value As DicomDateTimeValue instance.AcquisitionDateTime = value value = instance.AcquisitionDateTime | |
| C# | |
|---|---|
public DicomDateTimeValue AcquisitionDateTime {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomDateTimeValue AcquisitionDateTime { DicomDateTimeValue get(); void set ( DicomDateTimeValue value); } | |
Property Value
Value indicating the "Acquisition Date Time" (0008,002A) element.For an example, refer to DicomDataSet.SetEncapsulatedDocument.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code