Gets or sets the start time of the operation.
Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As OperationContext
Dim value As DateTimeOffset
value = instance.StartTime
instance.StartTime = value |
Syntax
Visual Basic |
---|
Public Property StartTime As DateTimeOffset |
C# |
---|
public DateTimeOffset StartTime { get; set; } |
C++ |
---|
public:
property DateTimeOffset StartTime {
DateTimeOffset get ();
void set (DateTimeOffset value);
} |
J# |
---|
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public DateTimeOffset get_StartTime ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_StartTime (DateTimeOffset value)
|
JScript |
---|
CompilerGeneratedAttribute
public function get StartTime () : DateTimeOffset
CompilerGeneratedAttribute
public function set StartTime (value : DateTimeOffset)
|
Property Value
The start time of the operation.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also