PluginSettingsReadDateTime Method (IPlugin, String) |
Returns a nullable 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 Nullable<DateTime> ReadDateTime(
IPlugin plugin,
string key
)
Public Function ReadDateTime (
plugin As IPlugin,
key As String
) As Nullable(Of DateTime)
public:
Nullable<DateTime> ReadDateTime(
IPlugin^ plugin,
String^ key
)
member ReadDateTime :
plugin : IPlugin *
key : string -> Nullable<DateTime>
Parameters
- plugin
- Type: VirtualRadar.InterfaceIPlugin
- key
- Type: SystemString
Return Value
Type:
NullableDateTimeSee Also