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: System.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