|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides an abstraction for time, timestamps, and elapsed time calculation. More...
#include "Common.h"#include "System/Object.h"#include "System/DateTimeOffset.h"#include "System/TimeSpan.h"#include "System/SmartPointer.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::TimeProvider |
| An abstraction that provides time-related functions to enable testability of time-dependent code. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Typedefs | |
| using | DotNetDupe::System::TimeProviderPtr = SmartPointer<TimeProvider> |
| Alias for a smart pointer to a TimeProvider. | |
Provides an abstraction for time, timestamps, and elapsed time calculation.
Standard Citation: .NET 8 System.TimeProvider.
Definition in file TimeProvider.h.