LastStartedTime Property

Summary

Gets or sets the date and time a job last started processing.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
public Nullable<DateTime> LastStartedTime { get; set; } 
  
Public Property LastStartedTime As Nullable(Of Date) 
public: 
property Nullable<DateTime> LastStartedTime { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

A System.DateTime object that represents the date and time a job last started processing.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

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

Leadtools.Services.JobProcessor.DataContracts Assembly