ClassRecord.GetTimeSpan(String) Method

Definition

Retrieves the value of the provided memberName.

public:
 TimeSpan GetTimeSpan(System::String ^ memberName);
public TimeSpan GetTimeSpan (string memberName);
member this.GetTimeSpan : string -> TimeSpan
Public Function GetTimeSpan (memberName As String) As TimeSpan

Parameters

memberName
String

The name of the member.

Returns

The value.

Applies to