ConTime Function (DateTime) | |
Return the timestring from a DateTime structure
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax FUNCTION ConTime(
dt AS DateTime
) AS STRING
public static string ConTime(
DateTime dt
)
Request Example
View SourceParameters
- dt
- Type: DateTime
DateTime values that needs to be converted
Return Value
Type:
StringA (military) time that corresponds to the passed arguments in the format HH:MM:SS without AM/PM notation.
See Also