Share via


JobStreamProperties.Time Property

Optional. Gets or sets the creation time of the job.

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

Usage

'Usage
Dim instance As JobStreamProperties
Dim value As DateTimeOffset

value = instance.Time

instance.Time = value

Syntax

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

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

public function set Time (value : DateTimeOffset)

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

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