Share via


JobStreamListParameters.Time Property

Optional. Use the time filter to retrieve stream records created after this time. The value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z

Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Usage

'Usage
Dim instance As JobStreamListParameters
Dim value As String

value = instance.Time

instance.Time = value

Syntax

'Declaration
Public Property Time As String
public string Time { get; set; }
public:
property String^ Time {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Time ()

/** @property */
public void set_Time (String value)
public function get Time () : String

public function set Time (value : String)

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

JobStreamListParameters Class
JobStreamListParameters Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace