OleDateTimeAsDate Function (Logic) | |
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
public static bool OleDateTimeAsDate(
bool lSet
)
Request Example
View SourceParameters
- 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:
LogicSee Also