Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(Nullable<TimeSpan> to _TimeSpan)

Converts the supplied nullable DateTime to _DateTime expression.

Declaration
public static implicit operator _TimeSpan(TimeSpan? x)
Parameters
Type Name Description
System.Nullable<System.TimeSpan> x

A nullable DateTime value.

Returns
Type Description
_TimeSpan

A new _DateTime expression from the provided value.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest