←Select platform

LastUpdatedTime Property

Summary

Gets or sets the last date and time the progress or status was updated for a job.

Syntax

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

Property Value

A System.DateTime object that represents the last date and time the progress or status of a job was updated. Update the progress of a job by calling the UpdatePercentage method.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.JobProcessor.DataContracts Assembly
Click or drag to resize