Click or drag to resize

ConTime Function (DateTime)

X#
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
Request Example View Source

Parameters

dt
Type: DateTime
DateTime values that needs to be converted

Return Value

Type: String
A (military) time that corresponds to the passed arguments in the format HH:MM:SS without AM/PM notation.
See Also