Interface IProvidesTimeSpan
- Namespace
- CSF.Screenplay.Performables
- Assembly
- CSF.Screenplay.Abstractions.dll
A type which may provide a TimeSpan.
public interface IProvidesTimeSpan
Remarks
Many performables make use of time; this interface provides a common abstraction for objects that provide time spans.
Methods
GetTimeSpan()
Gets the TimeSpan which is exposed by the current instance.
TimeSpan GetTimeSpan()
Returns
- TimeSpan
The time span
See Also
TimeSpanBuilder<TOtherBuilder>