[This is preliminary documentation and is subject to change.]

Returns the string representation of the datetime to short time format

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ToShortTimeString(
	DateTime dt
)
Visual Basic (Declaration)
Public Shared Function ToShortTimeString ( _
	dt As DateTime _
) As String
Visual C++
public:
static String^ ToShortTimeString(
	DateTime dt
)

Parameters

dt
Type: System..::.DateTime
The datetime for which the string representation is desired

Return Value

The string representation of the datetime

See Also