←Select platform

QueryJobStatusTimestamp Property

Summary

Indicates the timestamp this job status has been queried.

Syntax
C#
VB
C++
public string QueryJobStatusTimestamp { get; set; } 
Public Property QueryJobStatusTimestamp() As String 
   Get 
   Set 
public:  
   property String^ QueryJobStatusTimestamp 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The timestamp this job status has been queried. The default value is null.

Remarks

This property will be set the first time StatusJobDataRunner.QueryJobStatus is called.

This property is a string that contains the timestamp in UTC using "yyyy-MM-ddTHH:mm:ss" format. Use DateTime.Parse to parse it and DateTime.ToLocalTime to convert it to a local time string.

Example

For an example, refer to StatusJobDataRunner.

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.Document.Converter Assembly