ComponentOne Binding Expressions for WPF and Silverlight
C1.Silverlight.Binding Namespace / Expression Class / Implicit Type Conversion Operator / Implicit Type Conversion(DateTime,Expression) Operator
Expression to evaluate and convert.

In This Topic
    Implicit Type Conversion(DateTime,Expression) Operator
    In This Topic
    Evaluates the expression and returns the result converted to a System.DateTime value.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Widening CType( _
       ByVal x As Expression _
    ) As System.Date
    public System.DateTime operator implicit( 
       Expression x
    )

    Parameters

    x
    Expression to evaluate and convert.

    Return Value

    Expression value as a System.DateTime value.
    See Also