Share via


ScheduleProperties.StartTime Property

Optional. Gets or sets the start time of the schedule.

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

Usage

'Usage
Dim instance As ScheduleProperties
Dim value As DateTimeOffset

value = instance.StartTime

instance.StartTime = value

Syntax

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

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

public function set StartTime (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

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