C#
C++
F#
VB
RequestResult.EndTime Property
RequestResult::EndTime Property
RequestResult.EndTime Property
RequestResult.EndTime Property
Gets the end time of the operation.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property DateTime EndTime { DateTime get(); internal: void set(DateTime value); }
Property Value
Type: System.DateTimeSystem::DateTimeSystem.DateTimeSystem.DateTimeA DateTime value indicating the end time of the operation.