点击或拖拽改变大小

Functions.ConTime 方法 (DateTime)

X#
Return the timestring from a DateTime structure

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION ConTime(
	dt AS DateTime
) AS STRING
查看代码

参数

dt
类型:DateTime
DateTime values that needs to be converted

返回值

类型:String
A (military) time that corresponds to the passed arguments in the format HH:MM:SS without AM/PM notation.
参见