Method Const
| Improve this Doc View SourceConst(Nullable<TimeSpan>)
Creates a column of constant expression.
Declaration
public static _TimeSpan Const(TimeSpan? x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Nullable<System.TimeSpan> | x | The value of the constant expression. |
Returns
| Type | Description |
|---|---|
| _TimeSpan | The column of constant expression. |