[This is preliminary documentation and is subject to change.]
Returns the string representation of the datetime to short date format
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static string ToShortDateString( DateTime dt ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToShortDateString ( _ dt As DateTime _ ) As String |
Visual C++ |
---|
public: static String^ ToShortDateString( DateTime dt ) |
Parameters
- dt
- Type: System..::.DateTime
The datetime for which the string representation is desired