| Visual Basic (Declaration) | |
|---|---|
Public Property AcquisitionDateTime As DicomDateTimeValue | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomDateTimeValue AcquisitionDateTime {get; set;} | |
| C++/CLI | |
|---|---|
public: property DicomDateTimeValue AcquisitionDateTime { DicomDateTimeValue get(); void set (DicomDateTimeValue value); } | |
Return Value
Value indicating the "Acquisition Date Time" (0008,002A) element.For an example, refer to DicomDataSet.SetEncapsulatedDocument.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code