PersistentSettings.GetDate Method (String, DateTime, IEnumerable(String))

PersistentSettingsGetDate Method (String, DateTime, IEnumerableString)

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

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

Parameters

key
Type: SystemString

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

defaultValue
Type: SystemDateTime

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

legacyKeyList
Type: System.Collections.GenericIEnumerableString

[Missing <param name="legacyKeyList"/> documentation for "M:Rhino.PersistentSettings.GetDate(System.String,System.DateTime,System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: DateTime

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also