SessionToFormattedDateTime Method |
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string ToFormattedDateTime(
DateTime dt
)
Public Function ToFormattedDateTime (
dt As DateTime
) As String
Parameters
- dt
- Type: SystemDateTime
The DateTime value to format.
Return Value
Type:
StringThe formatted value as a string.
See Also