RequestResult.StartTime Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestResult.StartTime Property
RequestResult::StartTime Property
RequestResult.StartTime Property
RequestResult.StartTime Property
Gets the start time of the operation.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property DateTime StartTime {
DateTime get();
internal: void set(DateTime value);
}
Property Value
Type:
System.DateTimeSystem::DateTimeSystem.DateTimeSystem.DateTimeA DateTime value indicating the start time of the operation.
Return to top
Gets the start time of the operation.
Syntax
C++
public: property DateTime StartTime { DateTime get(); internal: void set(DateTime value); }
Property Value
Type: System.DateTimeSystem::DateTimeSystem.DateTimeSystem.DateTimeA DateTime value indicating the start time of the operation.