Click or drag to resize

MultiPointSynchronizerNormalizeDateTime Method (DateTimeOffset)

Normalizes a date time offset for comparisons.

Namespace:  ShellBoost.Core.Synchronization
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public virtual DateTime NormalizeDateTime(
	DateTimeOffset dateTimeOffset
)

Parameters

dateTimeOffset
Type: SystemDateTimeOffset
The date time offset.

Return Value

Type: DateTime
A normalized date time instance.
See Also