←Select platform

JobStartedTimestamp Property

Summary

UTC timestamp for when the compare job started.

Syntax
C#
VB
C++
[DataMemberAttribute(Name="jobStartedTimestamp")] 
public string JobStartedTimestamp {get; set;} 
<DataMemberAttribute(Name:="jobStartedTimestamp")>  
Public Property JobStartedTimestamp() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute(Name=L"jobStartedTimestamp")] 
   property String^ JobStartedTimestamp 
   { 
      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 when CompareJobRunnert.PrepareJob() is called.

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