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