ISystemTime interface

Provides a mechanism for getting the current system time.

public interface ISystemTime

Members

name description
GetUtcNow() Gets the current UTC time.

Remarks

This is intended to return the current system time in production, but can return a fixed value for testing.

See Also