Functions.OleDateTimeAsDate 方法 (Boolean) | |
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
public static bool OleDateTimeAsDate(
bool lSet
)
查看代码参数
- 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参见