ClockMockUtcNowValue Property |
Gets or sets the value of the UtcNow property.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public DateTime UtcNowValue { get; set; }
Public Property UtcNowValue As DateTime
Get
Set
public:
property DateTime UtcNowValue {
DateTime get ();
void set (DateTime value);
}
member UtcNowValue : DateTime with get, set
Property Value
Type:
DateTimeSee Also