Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current time when the event occurred.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
'Declaration
Public Property Time As TimeSpan
public TimeSpan Time { get; set; }
public:
property TimeSpan Time {
TimeSpan get ();
void set (TimeSpan value);
}
member Time : TimeSpan with get, set
function get Time () : TimeSpan
function set Time (value : TimeSpan)
Property Value
Type: TimeSpan
Returns TimeSpan.
.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.