DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / ColumnOpCustomBase Class / Mtd Method
A DateTime value.

In This Topic
    Mtd Method (ColumnOpCustomBase)
    In This Topic
    Comparison operation MonthToDate for a DateTime column.
    Syntax
    'Declaration
     
    Public Function Mtd( _
       Optional ByVal val As Object _
    ) As ColumnCondition
    public ColumnCondition Mtd( 
       object val
    )

    Parameters

    val
    A DateTime value.

    Return Value

    True if a column value is within the same month as the specified date.
    See Also