This is preliminary documentation and is subject to change.

DateTimeProviderSetUtcHandling Method

Sets how UTC is handled by the Now property, if true then Now is returning UTC time

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public void SetUtcHandling(
	bool NowIsUtc
)

Parameters

NowIsUtc  Boolean
If true, Now is UTC time

See Also