Functions.GetDateFormat 方法 | |
返回当前的日期格式。
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION GetDateFormat() AS STRING
public static string GetDateFormat()
查看代码返回值
类型:
String
默认的日期格式,或通过 SetDateFormat() 或 SetDateCountry() 函数定义的自定义日期格式。
备注 示例
此示例返回默认日期格式:
1FUNCTION Start()
2 QOut(GetDateFormat())
参见