PersistentSettings.GetDate Method (String, DateTime)

PersistentSettingsGetDate Method (String, DateTime)

[Missing <summary> documentation for "M:Rhino.PersistentSettings.GetDate(System.String,System.DateTime)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public DateTime GetDate(
	string key,
	DateTime defaultValue
)
Public Function GetDate ( 
	key As String,
	defaultValue As DateTime
) As DateTime

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Rhino.PersistentSettings.GetDate(System.String,System.DateTime)"]

defaultValue
Type: SystemDateTime

[Missing <param name="defaultValue"/> documentation for "M:Rhino.PersistentSettings.GetDate(System.String,System.DateTime)"]

Return Value

Type: DateTime

[Missing <returns> documentation for "M:Rhino.PersistentSettings.GetDate(System.String,System.DateTime)"]

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also