←Select platform

JobCompletedTimestamp Property

Summary

UTC timestamp indicating when the compare job completed.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="jobCompletedTimestamp")] 
public string JobCompletedTimestamp { get; set; } 
<DataMemberAttribute(Name:="jobCompletedTimestamp")>  
Public Property JobCompletedTimestamp() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"jobCompletedTimestamp")] 
   property String^ JobCompletedTimestamp 
   { 
      String^ get() 
      void set(String^ value) 
   } 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Compare Assembly