DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
TimeProvider.h File Reference

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.

Detailed Description

Provides an abstraction for time, timestamps, and elapsed time calculation.

Standard Citation: .NET 8 System.TimeProvider.

Definition in file TimeProvider.h.