Constants

Byte

Represents a number with the length of a Byte.

Syntax

Byte ( Value )

Parameters

Value The value which is returned as a Byte. Type: Byte

Return Type

Byte

Char

Represents a specified character.

Syntax

Char ( Value )

Parameters

Value The value which is returned as a Char. Type: Char

Return Type

Char

DateTime

Represents a specified DateTime element. Input format: "24.12.2013 19:00:00.000"

Syntax

DateTime ( Value )

Parameters

Value The value of the DateTime Object. Type: DateTime

Return Type

DateTime

DateTime2

Represents a specified DateTime element.

Syntax

DateTime2 ( [Year] [, Month] [, Day] [, Hour] [, Minute] [, Second] [, Millisecond] )

Parameters

Year (optional) The year of the DateTime Object. Type: Int

Month (optional) The month of the DateTime Object. Type: Int

Day (optional) The day of the DateTime Object. Type: Int

Hour (optional) The hour of the DateTime Object. Type: Int

Minute (optional) The minute of the DateTime Object. Type: Int

Second (optional) The second of the DateTime Object. Type: Int

Millisecond (optional) The millisecond of the DateTime Object. Type: Int

Return Type

DateTime

DateTime3

Represents a specified DateTime element.

Syntax

DateTime3 ( Ticks )

Parameters

Ticks The ticks of the DateTime Object. Type: Long

Return Type

DateTime

Double

Returns a specified Double Value. Integers, floats, etc. are casted implicitly.

Syntax

Double ( Value )

Parameters

Value The value which is returned as a double. Type: Double

Return Type

Double

False

Represents a false constant.

Syntax

False (  )

Parameters

No parameters

Return Type

Boolean

Float

Represents a specified Float Value. Integers, Double, etc. are casted implicitly.

Syntax

Float ( Value )

Parameters

Value The value which is returned as a Float. Type: Float

Return Type

Float

Guid

Represents a specified GUID element. The input format is: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Syntax

Guid ( Value )

Parameters

Value The value which will be returned as a Guid. Type: Guid

Return Type

Guid

NewGuid

Action for creation of a new GUID element.

Syntax

Guid NewGuid()

Parameters

This action does not have any parameter.

Return Type

Guid

Int

Represents a specified Integer Value.

Syntax

Int ( Value )

Parameters

Value The value which is returned as an Int. Type: Int

Return Type

Int

Language

Represents a language element.

Syntax

Language ( Value )

Parameters

Value The value which is returned as a Language. Type: Language

Return Type

Language

Long

Represents a long value.

Syntax

Long ( Value )

Parameters

Value The value which is returned as a long. Type: Long

Return Type

Long

Null

Represents a NULL value.

Syntax

Null (  )

Parameters

No parameters

Return Type

Any

Short

Represents a 16-bit signed integer.

Syntax

Short ( Value )

Parameters

Value Value which is returned as Short value. Type: Short

Return Type

Short

String

Represents a String constant.

Syntax

String ( Value )

Parameters

Value Text of the String. Type: String

Return Type

String

TimeSpan

Represents a specified TimeSpan element. Input format: "1:14:30:15.000"

Syntax

TimeSpan ( Value )

Parameters

Value The value of the TimeSpan Object. Type: TimeSpan

Return Type

TimeSpan

TimeSpan2

Represents a specified TimeSpan element.

Syntax

TimeSpan2 ( [Day] [, Hour] [, Minute] [, Second] [, Millisecond] )

Parameters

Day (optional) The day of the TimeSpan Object. Type: Int

Hour (optional) The hour of the TimeSpan Object. Type: Int

Minute (optional) The minute of the TimeSpan Object. Type: Int

Second (optional) The second of the TimeSpan Object. Type: Int

Millisecond (optional) The millisecond of the TimeSpan Object. Type: Int

Return Type

TimeSpan

TimeSpan3

Represents a specified TimeSpan element.

Syntax

TimeSpan3 ( Ticks )

Parameters

Ticks The ticks of the TimeSpan Object. Type: Long

Return Type

TimeSpan

True

Represents a TRUE constant.

Syntax

True (  )

Parameters

No parameters

Return Type

Boolean

Decimal

Represents a specified Decimal Value

Syntax

Decimal ( Value )

Parameters

Value Value as Decimal (constant): The value which is returned as a Decimal.

Return Type

Decimal

Last updated

Was this helpful?