Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / (Global) Namespace / ap Class / Compute Method

In This Topic
    Compute Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function Compute( _
       ByVal expression As System.String, _
       ByVal filter As System.String _
    ) As System.Object
    public System.object Compute( 
       System.string expression,
       System.string filter
    )

    Parameters

    expression
    filter
    See Also