OperationContext.EndTime Property (Microsoft.WindowsAzure.Storage)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
OperationContext.EndTime Property
OperationContext::EndTime Property
OperationContext.EndTime Property
OperationContext.EndTime Property
Gets or sets the end time of the operation.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property DateTimeOffset EndTime {
DateTimeOffset get();
void set(DateTimeOffset value);
}
Property Value
Type:
System.DateTimeOffsetSystem::DateTimeOffsetSystem.DateTimeOffsetSystem.DateTimeOffsetThe end time of the operation.
Return to top
Gets or sets the end time of the operation.
Syntax
C++
public: property DateTimeOffset EndTime { DateTimeOffset get(); void set(DateTimeOffset value); }
Property Value
Type: System.DateTimeOffsetSystem::DateTimeOffsetSystem.DateTimeOffsetSystem.DateTimeOffsetThe end time of the operation.