PersistentSettings.TryGetDate Method (String, DateTime)

PersistentSettingsTryGetDate Method (String, DateTime)

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

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool TryGetDate(
	string key,
	out DateTime value
)
Public Function TryGetDate ( 
	key As String,
	<OutAttribute> ByRef value As DateTime
) As Boolean

Parameters

key
Type: SystemString

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

value
Type: SystemDateTime

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

Return Value

Type: Boolean

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also