TimeSpan Property
Microsoft Robotics Class Reference
Expected test case time span
Namespace: Microsoft.Dss.Services.Test
Assembly: Microsoft.Dss.Runtime (in Microsoft.Dss.Runtime.dll) Version: 2.1.9999.0
Syntax
public TimeSpan TimeSpan { get; set; }
'Declaration
Public Property TimeSpan As TimeSpan
public:
virtual property TimeSpan TimeSpan {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}