Click or drag to resize

OleDateTimeAsDate Function (Logic)

X#
Set and Retrieve the setting that determines if OLE date values should be returned as X# date values or as DateTime values

Namespace:  XSharp.VO
Assembly:  XSharp.VO (in XSharp.VO.dll) Version: 2.19
Syntax
 FUNCTION OleDateTimeAsDate(
	lSet AS LOGIC
) AS LOGIC
Request Example View Source

Parameters

lSet
Type: Logic
The new setting. FALSE allows the return values to be instances of the OleDateTime class, TRUE forces all OLE DateTime values to be X# dates . The default is FALSE.

Return Value

Type: Logic
See Also