Click or drag to resize
AkCommonFormatTime Method (DateTime)
返回 HH:mm:ss 格式的时间字符串。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string FormatTime(
	DateTime value
)

Parameters

value
Type: SystemDateTime
时间。

Return Value

Type: String
时间字符串。
See Also