←Select platform

JobStartedTimestamp Property

Summary

UTC timestamp for when the compare job started.

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

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.