←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++
[DataMemberAttribute()] 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly