Click or drag to resize

IToolsFormatTime Method

Formats a DateTime to a string

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax
C#
string FormatTime(
	string format,
	DateTime datetime
)

Parameters

format
Type: SystemString
The Format to use
datetime
Type: SystemDateTime
The DateTime to format

Return Value

Type: String
The formatted text
See Also