Share via


ScheduleCreateProperties.ExpiryTime Property

 

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

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

Syntax

public Nullable<DateTimeOffset> ExpiryTime { get; set; }
public:
property Nullable<DateTimeOffset> ExpiryTime {
    Nullable<DateTimeOffset> get();
    void set(Nullable<DateTimeOffset> value);
}
member ExpiryTime : Nullable<DateTimeOffset> with get, set
Public Property ExpiryTime As Nullable(Of DateTimeOffset)

Property Value

Type: System.Nullable<DateTimeOffset>

See Also

ScheduleCreateProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top