Table of Contents

implicit operator Operator

Definition

Namespace
Codebelt.SharedKernel
Assemblies
Codebelt.SharedKernel.dll
Source
src/Codebelt.SharedKernel/ClockSkew.cs

implicit operator ClockSkew(TimeSpan)

Performs an implicit conversion from ClockSkew to TimeSpan.

public static implicit operator ClockSkew(TimeSpan value)

Parameters

value TimeSpan

The value to convert.

Returns

ClockSkew

A TimeSpan that is equivalent to value.

implicit operator TimeSpan(ClockSkew)

Performs an implicit conversion from TimeSpan to ClockSkew.

public static implicit operator TimeSpan(ClockSkew value)

Parameters

value ClockSkew

The value to convert.

Returns

TimeSpan

A TimeToLive that is equivalent to value.