ActiveReports 8
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 System.Integer, _
   ByVal value As System.Boolean _
) 
public void SetIsDateTime( 
   System.int index,
   System.bool value
)

Parameters

index

Specifies the index of the value to set.

value

Specifies the value.

See Also

Reference

DoubleArray Class
DoubleArray Members

Support Forum