Operator Implicit
| Improve this Doc View SourceImplicit(Nullable<DateTime> to _DateTime)
Implicitly converts the supplied value to a column of parameter expression.
Declaration
public static implicit operator _DateTime(DateTime? x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.DateTime> | x | The value of the parameter expression. |
Returns
| Type | Description |
|---|---|
| _DateTime | The column of parameter expression. |