ActiveReports 12
SetIsDateTime Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > DoubleArray Class : SetIsDateTime Method

Specifies the index of the value to set.

Specifies the value.

Sets the specified value at the specified index as a DateTime value.
Syntax
'Declaration
 
Public Sub SetIsDateTime( _
   ByVal index As Integer, _
   ByVal value As Boolean _
) 
public void SetIsDateTime( 
   int index,
   bool value
)

Parameters

index

Specifies the index of the value to set.

value

Specifies the value.

See Also

Reference

DoubleArray Class
DoubleArray Members