Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.Modality Namespace > MPPSNSet Class : PerformedProcedureStepEndDate Property |
[ElementAttribute()] public Nullable<DateTime> PerformedProcedureStepEndDate {get; set;}
'Declaration
<ElementAttribute()> Public Property PerformedProcedureStepEndDate As Nullable(Of Date)
'Usage
Dim instance As MPPSNSet Dim value As Nullable(Of Date) instance.PerformedProcedureStepEndDate = value value = instance.PerformedProcedureStepEndDate
[ElementAttribute()] public: property Nullable<DateTime> PerformedProcedureStepEndDate { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }