 | TimeUtilsShortDateString Method (DateTime, Boolean) |
Returns a short date time string
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string ShortDateString(
DateTime date,
bool showTime = false
)
Public Shared Function ShortDateString (
date As DateTime,
Optional showTime As Boolean = false
) As String
public:
static String^ ShortDateString(
DateTime date,
bool showTime = false
)
static member ShortDateString :
date : DateTime *
?showTime : bool
(* Defaults:
let _showTime = defaultArg showTime false
*)
-> string
Parameters
- date
- Type: SystemDateTime
[Missing <param name="date"/> documentation for "M:Koden.Utils.TimeUtils.ShortDateString(System.DateTime,System.Boolean)"]
- showTime (Optional)
- Type: SystemBoolean
[Missing <param name="showTime"/> documentation for "M:Koden.Utils.TimeUtils.ShortDateString(System.DateTime,System.Boolean)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.TimeUtils.ShortDateString(System.DateTime,System.Boolean)"]
See Also