Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Services.JobProcessor.DataContracts Namespace > JobInformation Class : CompletedTime Property |
public Nullable<DateTime> CompletedTime {get; set;}
'Declaration Public Property CompletedTime As Nullable(Of Date)
'Usage Dim instance As JobInformation Dim value As Nullable(Of Date) instance.CompletedTime = value value = instance.CompletedTime
public: property Nullable<DateTime> CompletedTime { Nullable<DateTime> get(); void set ( Nullable<DateTime> value); }