Operator Implicit
| Improve this Doc View SourceImplicit(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. |