Table of Contents

Interface IDateTimeProvider

Namespace
LfrlAnvil.Chrono
Assembly
LfrlAnvil.Chrono.dll

Represents a provider of DateTime instances.

public interface IDateTimeProvider : IGenerator<DateTime>, IGenerator
Inherited Members

Properties

Kind

Specifies the resulting DateTimeKind of created instances.

DateTimeKind Kind { get; }

Property Value

DateTimeKind

Methods

GetNow()

Returns the current DateTime.

DateTime GetNow()

Returns

DateTime

Current DateTime.