Click or drag to resize
PluginSettingsReadDateTime Method (IPlugin, String, DateTime)
Returns a DateTime from Values. The DateTimeKind is local.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DateTime ReadDateTime(
	IPlugin plugin,
	string key,
	DateTime defaultValue
)

Parameters

plugin
Type: VirtualRadar.InterfaceIPlugin
key
Type: SystemString
defaultValue
Type: SystemDateTime

Return Value

Type: DateTime
See Also