Click or drag to resize

FieldKernelGetAssociatedDate Method

Get the date value associated with this time field, if any. If no such association exists via the field's DateField property or if the value of the DateField is null or blank, then null is returned. If a DateField is specified and it has a valid date/time value then the date portion of that date/time value is returned.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected Nullable<DateTime> GetAssociatedDate()

Return Value

Type: NullableDateTime
The date portion of the associated DateField's date/time value, or null.
See Also