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