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
)
Protected Function HasTime (
dt As DateTime
) As Boolean
Parameters
- dt
- Type: SystemDateTime
The date/time in question.
Return Value
Type:
BooleanTrue if the date/time has a non-zero time component, else false.
See Also