←Select platform

AddedTime Property

Summary

Gets or sets a value indicating the date and time a job was added.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public Nullable<DateTime> AddedTime { get; set; } 
  
Public Property AddedTime As Nullable(Of Date) 
public: 
property Nullable<DateTime> AddedTime { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

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.JobProcessor.ServiceContracts.IJobService.AddJob(leadtools.services.jobprocessor.datacontracts.addjobrequest) Method.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.JobProcessor.DataContracts Assembly