Click or drag to resize

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
Syntax
public static string ShortDateString(
	Nullable<DateTime> date,
	bool ShowTime
)

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