Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets or sets the start time of the operation.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public DateTimeOffset StartTime { get; set; }
 
public:
property DateTimeOffset StartTime {
	DateTimeOffset get();
	void set(DateTimeOffset value);
}
 
member StartTime : DateTimeOffset with get, set
 
Public Property StartTime As DateTimeOffset
Return to top