 | TimeUtilsShortDateString Method (NullableDateTime, 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(
Nullable<DateTime> date,
bool ShowTime
)
Public Shared Function ShortDateString (
date As Nullable(Of DateTime),
ShowTime As Boolean
) As String
public:
static String^ ShortDateString(
Nullable<DateTime> date,
bool ShowTime
)
static member ShortDateString :
date : Nullable<DateTime> *
ShowTime : bool -> string
Parameters
- date
- Type: SystemNullableDateTime
[Missing <param name="date"/> documentation for "M:Koden.Utils.TimeUtils.ShortDateString(System.Nullable{System.DateTime},System.Boolean)"]
- ShowTime
- Type: SystemBoolean
[Missing <param name="ShowTime"/> documentation for "M:Koden.Utils.TimeUtils.ShortDateString(System.Nullable{System.DateTime},System.Boolean)"]
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.TimeUtils.ShortDateString(System.Nullable{System.DateTime},System.Boolean)"]
See Also