TeamFoundationJobSchedule.ScheduledTime Property

The scheduled time used as a basis for calculating the next run time.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public Property ScheduledTime As DateTime
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public DateTime ScheduledTime { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property DateTime ScheduledTime {
    DateTime get ();
    void set (DateTime value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member ScheduledTime : DateTime with get, set
function get ScheduledTime () : DateTime 
function set ScheduledTime (value : DateTime)

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

TeamFoundationJobSchedule Class

Microsoft.TeamFoundation.Framework.Server Namespace