Click or drag to resize

MultiPointSynchronizerNormalizeDateTime Method (DateTime)

Normalizes a date time for comparisons.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual DateTime NormalizeDateTime(
	DateTime dateTime
)

Parameters

dateTime
Type: SystemDateTime
The date time.

Return Value

Type: DateTime
A normalized date time instance.
See Also