Share via


SubscriptionListOperationsParameters.StartTime Property

 

Gets or sets the start 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 StartTime { get; set; }
public:
property DateTime StartTime {
    DateTime get();
    void set(DateTime value);
}
member StartTime : DateTime with get, set
Public Property StartTime As Date

Property Value

Type: System.DateTime

The start of the timeframe.

Remarks

This parameter and the EndTime parameter indicate the timeframe to retrieve subscription operations. This parameter cannot indicate a start date of more than 90 days in the past.

See Also

SubscriptionListOperationsParameters Class
Microsoft.WindowsAzure.Management.Models Namespace

Return to top