点击或拖拽改变大小

Functions.OleDateTimeAsDate 方法 (Boolean)

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

命名空间:  XSharp.VO
程序集:  XSharp.VO (在 XSharp.VO.dll 中) 版本:2.22 GA
语法
 FUNCTION OleDateTimeAsDate(
	lSet AS LOGIC
) AS LOGIC
查看代码

参数

lSet
类型:Boolean
The new setting. FALSE allows the return values to be instances of the OleDateTime class, TRUE forces all OLE DateTime values to be VO dates . The default is FALSE.

返回值

类型:Boolean
参见