Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Public Shared Function Convert ( _
    schedule As Schedule _
) As Schedule2010
public static Schedule2010 Convert(
    Schedule schedule
)
public:
static Schedule2010^ Convert(
    Schedule^ schedule
)
static member Convert : 
        schedule:Schedule -> Schedule2010
public static function Convert(
    schedule : Schedule
) : Schedule2010
Parameters
- schedule
 Type: Microsoft.TeamFoundation.Build.Server.Schedule
Return Value
Type: Microsoft.TeamFoundation.Build.Server.Compatibility.Schedule2010
Returns Schedule2010.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace