Timespan . Conversion (Timespan to TimeSpan)

Converts an instance of the Timespan class to the appropriate instance of the TimeSpan class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public static implicit operator TimeSpan (
    Timespan value
)

Parameters

value

Type: TcHmiSrv.Timespan
The Timespan to convert.

Return Value

Type: TimeSpan
An instance of the TimeSpan class that is equivalent to value.

Reference

Timespan Class

. Overload

TcHmiSrv Namespace