←Select platform

JobCompletedTimestamp Property

Summary

UTC timestamp indicating when the compare job completed.

Syntax
C#
C++/CLI
Python
[DataMemberAttribute(Name="jobCompletedTimestamp")] 
public string JobCompletedTimestamp { get; set; } 
public:  
   [DataMemberAttribute(Name=L"jobCompletedTimestamp")] 
   property String^ JobCompletedTimestamp 
   { 
      String^ get() 
      void set(String^ value) 
   } 
JobCompletedTimestamp # get and set (CompareJobData) 

Property Value

String corresponding to a UTC timestamp. The default value is null.

Remarks

This property will only be populated if CompareJobData.JobState is set to CompareStatus.Completed andCompareJobData.IsCompleted is set to true.

Requirements

Target Platforms

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

Leadtools.Document.Compare Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.