[]
Comparison operation YearToDate for a DateTime column.
public ColumnCondition Ytd(object val = null)
Public Function Ytd(Optional val As Object = Nothing) As ColumnCondition
| Type | Name | Description |
|---|---|---|
| object | val | A DateTime value. |
| Type | Description |
|---|---|
| ColumnCondition | True if a column value is within the same year as the specified date. |