| AkCommonFormatTime Method (DateTime) |
返回 HH:mm:ss 格式的时间字符串。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static string FormatTime(
DateTime value
)
Parameters
- value
- Type: SystemDateTime
时间。
Return Value
Type:
String时间字符串。
See Also