Functions.ConTime 方法 (DateTime) | |
Return the timestring from a DateTime structure
命名空间:
XSharp.Core
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 FUNCTION ConTime(
dt AS DateTime
) AS STRING
public static string ConTime(
DateTime dt
)
查看代码参数
- dt
- 类型:DateTime
DateTime values that needs to be converted
返回值
类型:
StringA (military) time that corresponds to the passed arguments in the format HH:MM:SS without AM/PM notation.
参见