ITimeProvider Interface
Namespace: PTS
Assembly: PTSframework.dll
Provides unified time accessor to other system components.
Syntax
public interface ITimeProvider
Properties
Now
Gets a System.DateTime object that is set to the current date and time on current execution environment.
Declaration
DateTime Now { get; }
Property Value
Type | Description |
---|---|
System.DateTime |