GetTimeSpan Method
Summary
Reads the property as a time span.
Syntax
public TimeSpan GetTimeSpan(
string name
)
Public Function GetTimeSpan(
ByVal name As String
) As TimeSpan
public:
TimeSpan^ GetTimeSpan(
String^ name
)
Parameters
name
Name of the property to query.
Return Value
Time span value of the property.