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