Interface ITimeProvider
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Provides access to the current time in UTC. This doesn't necessarily need to be wall-clock time, but rather the current time in some system
public interface ITimeProvider
- Extension Methods
Methods
GetUtcNow()
Gets the current time in UTC
DateTime GetUtcNow()
Returns
- DateTime
The current time in UTC