Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IPrimitiveValue Interface / SetValue Method / SetValue(TimeSpan) Method
The System.TimeSpan value to set.


In This Topic
SetValue(TimeSpan) Method
In This Topic
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)

Parameters

value
The System.TimeSpan value to set.
See Also