LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)

AddedTime Property

Show in webframe





Gets or sets a value indicating the date and time a job was added.
Syntax
public Nullable<DateTime> AddedTime {get; set;}
'Declaration
 
Public Property AddedTime As Nullable(Of Date)
'Usage
 
Dim instance As JobInformation
Dim value As Nullable(Of Date)
 
instance.AddedTime = value
 
value = instance.AddedTime

            

            
public:
property Nullable<DateTime> AddedTime {
   Nullable<DateTime> get();
   void set (    Nullable<DateTime> value);
}

Property Value

A System.DateTime object that represents the date and time a job was added.
Remarks
This column in the database is updated when a job is added using the Leadtools.Services.Cloud.ServiceContracts.IJobService.AddJob(Leadtools.Services.Cloud.DataContracts.AddJobRequest) Method.
Example
For an example, refer to IJobService.GetJobInformation.
Requirements

Target Platforms

See Also

Reference

JobInformation Class
JobInformation Members
Programming with Leadtools Cloud SDK
Creating Cloud Worker Assemblies
Understanding The LEADTOOLS Cloud Database
GetJobInformation Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.