PlcS5TimeRanges Members

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll, IPS7LnkNet.Advanced.dll
The PlcS5TimeRanges type exposes the following members.

OneHundredMilliseconds

Gets the range of time starts by 100 milliseconds and ends by 1m 39s 990 milliseconds.

C#

public static Range<TimeSpan> OneHundredMilliseconds { get; }


Property Value

Range<TimeSpan>

The range defined by the OneHundredMilliseconds.

OneSecond

Gets the range of time starts by 1s and ends by 16m 39s.

C#

public static Range<TimeSpan> OneSecond { get; }


Property Value

Range<TimeSpan>

The range defined by the OneSecond.

TenMilliseconds

Gets the range of time starts by 10 milliseconds and ends by 9s 990 milliseconds.

C#

public static Range<TimeSpan> TenMilliseconds { get; }


Property Value

Range<TimeSpan>

The range defined by the TenMilliseconds.

TenSeconds

Gets the range of time starts by 10s and ends by 2h 46m 30s.

C#

public static Range<TimeSpan> TenSeconds { get; }


Property Value

Range<TimeSpan>

The range defined by the TenSeconds.