IClockProvider

Allows the implementation for common date-time operations.

Namespace:
KpokPatagon.Timing
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Properties

Kind

Gets the date time kind of the provider.

Signature:
public DateTimeKind Kind { get; }

Now

Gets now.

Signature:
public DateTime Now { get; }

Methods

Normalize

Normalizes the given dateTime.

Signature:
public DateTime Normalize(dateTime)
Parameters
Name Type Summary
dateTime DateTime

In this document