Spread Windows Forms 12.0 Product Documentation
SetValue(DateTime) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IPrimitiveValue Interface > SetValue Method : SetValue(DateTime) Method
The System.DateTime value to set.
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

Reference

IPrimitiveValue Interface
IPrimitiveValue Members
Overload List