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.PatientUpdater Namespace > PatientUpdate Class : Date Property |
[ElementAttribute()] public Nullable<DateTime> Date {get; set;}
'Declaration
<ElementAttribute()> Public Property Date As Nullable(Of Date)
'Usage
Dim instance As PatientUpdate Dim value As Nullable(Of Date) instance.Date = value value = instance.Date
[ElementAttribute()] public: property Nullable<DateTime> Date { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }