Class Result.TimeResult
Represents the time result.
public sealed class Result.TimeResult : Result
  - Inheritance
 - 
      
      
      Result.TimeResult
 
- Inherited Members
 
Constructors
TimeResult(TimeValue)
Initializes a new instance of the Result.TimeResult class.
public TimeResult(TimeValue time)
  Parameters
timeTimeValueThe time value.
Properties
Time
Gets the time value.
public override TimeValue Time { get; }
  Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
  Returns
- string
 A string that represents the current object.
Operators
implicit operator TimeValue(TimeResult)
Converts Result.TimeResult to TimeValue.
[ExcludeFromCodeCoverage]
public static implicit operator TimeValue(Result.TimeResult timeResult)
  Parameters
timeResultResult.TimeResultThe time result.
Returns
- TimeValue
 The time value.