Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface / SetValue Method / SetValue(DateTime) Method
The System.DateTime value to set.


In This Topic
    SetValue(DateTime) Method
    In This Topic
    Sets the System.DateTime value.
    Syntax
    'Declaration
     
    
    Overloads Sub SetValue( _
       ByVal value As Date _
    ) 
    'Usage
     
    
    Dim instance As IPrimitiveValue
    Dim value As Date
     
    instance.SetValue(value)
    void SetValue( 
       DateTime value
    )

    Parameters

    value
    The System.DateTime value to set.
    See Also