LEADTOOLS Cloud (Leadtools.Services.Cloud.DataContracts assembly)
LEAD Technologies, Inc

AddedTime Property






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 IReference<DateTime> AddedTime {get; set;}
 get_AddedTime();
set_AddedTime(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

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-2012 All Rights Reserved. LEAD Technologies, Inc.