Click or drag to resize

IDateTimeNowHelper Interface

Helper class for getting DateTime.Now (and similar). Enables mocking DateTime.Now in unit tests.

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public interface IDateTimeNowHelper

The IDateTimeNowHelper type exposes the following members.

Methods
  NameDescription
Public methodGetUtcNow
Returns DateTime.UtcNow
Top
See Also