Click or drag to resize

SessionToFormattedDateTime Method

Format a DateTime value per the FormatDateTime format in the DateCulture culture.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string ToFormattedDateTime(
	DateTime dt
)

Parameters

dt
Type: SystemDateTime
The DateTime value to format.

Return Value

Type: String
The formatted value as a string.
See Also