Spread Windows Forms 12.0 Product Documentation
SetValue(TimeSpan) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IPrimitiveValue Interface > SetValue Method : SetValue(TimeSpan) Method
The System.TimeSpan value to set.
Sets the System.TimeSpan value.
Syntax
'Declaration
 
Overloads Sub SetValue( _
   ByVal value As TimeSpan _
) 
'Usage
 
Dim instance As IPrimitiveValue
Dim value As TimeSpan
 
instance.SetValue(value)
void SetValue( 
   TimeSpan value
)

Parameters

value
The System.TimeSpan value to set.
See Also

Reference

IPrimitiveValue Interface
IPrimitiveValue Members
Overload List