Share via


ScheduleDefinition.StartDateTime Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Proxy.Reporting
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property StartDateTime As DateTime
'Usage
Dim instance As ScheduleDefinition 
Dim value As DateTime 

value = instance.StartDateTime

instance.StartDateTime = value
public DateTime StartDateTime { get; set; }
public:
property DateTime StartDateTime {
    DateTime get ();
    void set (DateTime value);
}
public function get StartDateTime () : DateTime 
public function set StartDateTime (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

ScheduleDefinition Class

ScheduleDefinition Members

Microsoft.TeamFoundation.Proxy.Reporting Namespace