CitectVBA Programming Reference > CitectVBA Function Reference > Conversion Functions > Date conversion

Date conversion

CitectSCADA uses the following date conversion functions:

CDate

Converts an expression to a variant of date data type.

CDbl

Converts an expression to a double data type.

CInt

Converts an expression to a integer data type.

CLng

Converts an expression to a long data type.

CSng

Converts an expression to a single data type.

CStr

Converts an expression to a string data type.

CVar

Converts an expression to a variant data type.