Constants
Byte
Represents a number with the length of a Byte.
Syntax
Parameters
Value The value which is returned as a Byte. Type: Byte
Return Type
Byte
Char
Represents a specified character.
Syntax
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
Parameters
Value The value of the DateTime Object. Type: DateTime
Return Type
DateTime
DateTime2
Represents a specified DateTime element.
Syntax
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
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
Parameters
Value The value which is returned as a double. Type: Double
Return Type
Double
False
Represents a false constant.
Syntax
Parameters
No parameters
Return Type
Boolean
Float
Represents a specified Float Value. Integers, Double, etc. are casted implicitly.
Syntax
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
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
Parameters
This action does not have any parameter.
Return Type
Guid
Int
Represents a specified Integer Value.
Syntax
Parameters
Value The value which is returned as an Int. Type: Int
Return Type
Int
Language
Represents a language element.
Syntax
Parameters
Value The value which is returned as a Language. Type: Language
Return Type
Language
Long
Represents a long value.
Syntax
Parameters
Value The value which is returned as a long. Type: Long
Return Type
Long
Null
Represents a NULL value.
Syntax
Parameters
No parameters
Return Type
Any
Short
Represents a 16-bit signed integer.
Syntax
Parameters
Value Value which is returned as Short value. Type: Short
Return Type
Short
String
Represents a String constant.
Syntax
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
Parameters
Value The value of the TimeSpan Object. Type: TimeSpan
Return Type
TimeSpan
TimeSpan2
Represents a specified TimeSpan element.
Syntax
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
Parameters
Ticks The ticks of the TimeSpan Object. Type: Long
Return Type
TimeSpan
True
Represents a TRUE constant.
Syntax
Parameters
No parameters
Return Type
Boolean
Decimal
Represents a specified Decimal Value
Syntax
Parameters
Value Value as Decimal (constant): The value which is returned as a Decimal.
Return Type
Decimal
Last updated
Was this helpful?