Time Property

Summary

Gets or sets the time.

Syntax
C#
VB
C++
[Element(DicomTag.Time)] 
public Nullable<DateTime> Time { get; set; } 
<ElementAttribute()> 
Public Property Time As Nullable(Of Date) 
[ElementAttribute()] 
public: 
property Nullable<DateTime> Time { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

The time.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly