PropertyStringParserGetDateTime(String, DateTime) Method |
Namespace: Altaxo.Main.PropertiesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DateTime GetDateTime(
string key,
DateTime defaultValue
)
Parameters
- key String
- The property key.
- defaultValue DateTime
- The default value that is returned if the property was not found.
Return Value
DateTimeThe value of the property as
DateTime value; or
defaultValue if the property was not found.
Exceptions See Also