This is preliminary documentation and is subject to change.

DateTimeProvider Constructor

Initializes a new instance of the DateTimeProvider class.

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public DateTimeProvider(
	bool nowIsUtc = true
)

Parameters

nowIsUtc  Boolean  (Optional)

[Missing <param name="nowIsUtc"/> documentation for "M:MoreDateTime.DateTimeProvider.#ctor(System.Boolean)"]

See Also