FME Server .NET API

IFMETransformationResult.TimeRequested Property

The date and time when the transformation request was received by the FME Server.

[Visual Basic]
Property TimeRequested As String
[C#]
string TimeRequested {get;}

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionThe value could not be parsed from the FME Server response string.

See Also

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