FME Server .NET API

IFMEJob.DateRequested Property

The date to run this job.

[Visual Basic]
Property DateRequested As Date
[C#]
System.DateTime DateRequested {get;}

Remarks

Also referred to as the "timeRequested" transformation manager directive. When the transformation manager submits the job, it determines the requested run date. If the job was not scheduled, then the requested run date is the current server date. If the job was scheduled, then the requested run date is a future date with "secondsFromNow" added to the current server date.

See Also

IFMEJob Interface | IFMEJob Members | Safe.FMEServer.API Namespace