SubscriptionListOperationsParameters.EndTime Property
Gets or sets the end of the timeframe to list subscription operations in UTC format.
Namespace: Microsoft.WindowsAzure.Management.Models
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
public DateTime EndTime { get; set; }
public:
property DateTime EndTime {
DateTime get();
void set(DateTime value);
}
member EndTime : DateTime with get, set
Public Property EndTime As Date
Property Value
Type: System.DateTime
The end of the timeframe.
Remarks
This parameter and the StartTime parameter indicate the timeframe to retrieve subscription operations.
See Also
SubscriptionListOperationsParameters Class
Microsoft.WindowsAzure.Management.Models Namespace
Return to top