PluginSettingsReadDateTime Method (IPlugin, String, DateTime) |
Returns a DateTime from
Values. The DateTimeKind is local.
Namespace: VirtualRadar.Interface.SettingsAssembly: 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
)
Public Function ReadDateTime (
plugin As IPlugin,
key As String,
defaultValue As DateTime
) As DateTime
public:
DateTime ReadDateTime(
IPlugin^ plugin,
String^ key,
DateTime defaultValue
)
member ReadDateTime :
plugin : IPlugin *
key : string *
defaultValue : DateTime -> DateTime
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
- defaultValue
- Type: SystemDateTime
Return Value
Type:
DateTimeSee Also