FieldKernelValueAsDate Method |
Returns the value as a DateTime object using the specified TimeZone information.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected DateTime ValueAsDate(
Object value
)
Protected Function ValueAsDate (
value As Object
) As DateTime
Parameters
- value
- Type: SystemObject
The date value.
Return Value
Type:
DateTimeReturns the value as a DateTime object using the specified TimeZone information.
See Also