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