Get(string,TimeSpan) Method
Summary
Reads the property as a time span.
Syntax
public TimeSpan Get(
string name,
TimeSpan def
)
Public Function [Get](
ByVal name As String,
ByVal def As TimeSpan
) As TimeSpan
public:
TimeSpan^ Get(
String^ name,
TimeSpan^ def
)
Parameters
name
Name of the property to query.
def
Default value to return in case the property was not set.
Return Value
Time span value of the property.