Click or drag to resize

FieldKernelHasTime Method

Determines if the specified date/time has a non-zero time component.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool HasTime(
	DateTime dt
)

Parameters

dt
Type: SystemDateTime
The date/time in question.

Return Value

Type: Boolean
True if the date/time has a non-zero time component, else false.
See Also