Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > PresentationStateInstance Class : CreateTime Property |
public Nullable<Time> CreateTime {get; set;}
'Declaration Public Property CreateTime As Nullable(Of Time)
'Usage Dim instance As PresentationStateInstance Dim value As Nullable(Of Time) instance.CreateTime = value value = instance.CreateTime
public: property Nullable<Time> CreateTime { Nullable<Time> get(); void set ( Nullable<Time> value); }