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)

Usage

'Usage
Dim instance As SubscriptionListOperationsParameters
Dim value As DateTime

value = instance.StartTime

instance.StartTime = value

Syntax

'Declaration
Public Property StartTime As DateTime
public DateTime StartTime { get; set; }
public:
property DateTime StartTime {
    DateTime get ();
    void set (DateTime value);
}
/** @property */
public DateTime get_StartTime ()

/** @property */
public void set_StartTime (DateTime value)
public function get StartTime () : DateTime

public function set StartTime (value : DateTime)

Property Value

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.

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

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

SubscriptionListOperationsParameters Class
SubscriptionListOperationsParameters Members
Microsoft.WindowsAzure.Management.Models Namespace