(also inherits expressions from: num_at )
Treats a number value as number of seconds since GMT Jan 1 1970 0h 0m 0s.
Appends the given string to the string representation of the current time value.
Parameters:str- the string to append.
Returns: text_tBETWEEN (time_at time1, time_at time2)
Results in a Boolean TRUE value if the time value is between
the Lower and the Upper time arguments. Both the Lower and
the Upper time arguments must be fully specified.
For example -
GMT 1995 Jan is fully specified. But GMT Jan or GMT 1995 20
or GMT Jan Mon_2 are not fully specified. The Upper and
Lower arguments must be both GMT or both Local. The day of
the week must not be present in either the Lower or the
Upper argument. It is OK to specify the day of the month as
the 1st, 2nd, 3rd or 4th weekday of the month (example Wed_3
is the 3rd Wednesday of the month).
The Upper Time argument must be bigger than the Lower Time
argument.
Assume the current time value is GMT 2005 May 1
10h 15m 30s. This is the 1st Sunday of the month of May in 2005.
BETWEEN(GMT 2004, GMT 2006): TRUE
BETWEEN(GMT 2004 Jan, GMT 2006 Nov): TRUE
BETWEEN(GMT 2004 Jan, GMT 2006): TRUE
BETWEEN(GMT 2005 May Sun_1, GMT 2005 May Sun_3): TRUE
BETWEEN(GMT 2005 May 1, GMT May 2005 1): TRUE
BETWEEN(LOCAL 2005 May 1, LOCAL May 2005 1): Answer depends
on the NetScaler system's timezone.
time1- Lower Time
time2- Upper Time
Returns: bool_atBETWEEN (time_at time1, time_at time2)
Returns Boolean TRUE if the time value is greater than or equal to the Lower argument and the time value is lesser than or equal to the Upper argument.
Parameters:time1- Lower GMT Time Value
time2- Upper GMT Time Value
Returns: bool_atExtracts the day of the month from the current system time, and returns that value as a number from 1 through 31 representing that day.
Returns: num_atResults in Boolean TRUE value if the time value is
equal to the argument time.
Assume the current time
value is GMT 2005 May 1 10h 15m 30s. This is the 1st Sunday
of the month of May in 2005.
EQ(GMT 2005): TRUE
EQ(GMT 2005 Dec): FALSE
EQ(Local 2005 May): TRUE or FALSE depending on the current
timezone.
EQ(GMT 10h): TRUE
EQ(GMT 10h 30s): TRUE
EQ(GMT May 10h): TRUE
EQ(GMT Sun): TRUE
EQ(GMT May Sun_1): TRUE
t- Time
Returns: bool_atResults in Boolean TRUE value if the time value is equal to the argument GMT time value.
Parameters:t- GMT Time Value
Returns: bool_atResults in Boolean TRUE value if the time value is greater
than or equal to the argument time.
Assume the current time
value is GMT 2005 May 1 10h 15m 30s. This is the 1st Sunday
of the month of May in 2005.
GE(GMT 2004): TRUE
GE(GMT 2005 Jan): TRUE
GE(Local 2005 May): TRUE or FALSE depending on the current
timezone.
GE(GMT 8h): TRUE
GE(GMT 30m): FALSE
GE(GMT May 10h): TRUE
GE(GMT May 10h 0m): TRUE
GE(GMT Sun): TRUE
GE(GMT May Sun_1): TRUE
t- Time
Returns: bool_atResults in Boolean TRUE value if the time value is greater than or equal to the argument GMT time value.
Parameters:t- GMT Time Value
Returns: bool_atResults in Boolean TRUE value if the time value is greater
than the argument time.
Assume the current time value is GMT
2005 May 1 10h 15m 30s. This is the 1st Sunday of the month
of May in 2005.
GT(GMT 2004): TRUE
GT(GMT 2005 Jan): TRUE
GT(Local 2005 May): TRUE or FALSE depending on the current
timezone.
GT(GMT 8h): TRUE
GT(GMT 30m): FALSE
GT(GMT May 10h): FALSE
GT(GMT May 10h 0m): TRUE
GT(GMT Sun): FALSE
GT(GMT May Sun_1): FALSE
t- Time
Returns: bool_atResults in Boolean TRUE value if the time value is greater than the argument GMT time value.
Parameters:t- GMT Time Value
Returns: bool_atExtracts the hour from the current system time, and returns that value as an integer from 0 to 23.
Returns: num_atResults in Boolean TRUE value if the time value is lesser
than or equal to the argument time.
Assume the current time
value is GMT 2005 May 1 10h 15m 30s. This is the 1st Sunday
of the month of May in 2005.
LE(GMT 2006): TRUE
LE(GMT 2005 Dec): TRUE
LE(Local 2005 May): TRUE or FALSE depending on the current
timezone.
LE(GMT 8h): FALSE
LE(GMT 30m): TRUE
LE(GMT May 10h): TRUE
LE(GMT Jun 11h): TRUE
LE(GMT Wed): TRUE
LE(GMT May Sun_1): TRUE
t- Time
Returns: bool_atResults in Boolean TRUE value if the time value is less than or equal to the argument GMT time value.
Parameters:t- GMT Time Value
Returns: bool_atResults in Boolean TRUE value if the time value is lesser
than the argument time.
Assume the current time
value is GMT 2005 May 1 10h 15m 30s. This is the 1st Sunday
of the month of May in 2005.
LT(GMT 2006): TRUE
LT(GMT 2005 Dec): TRUE
LT(Local 2005 May): TRUE or FALSE depending on the current
timezone.
LT(GMT 8h): FALSE
LT(GMT 30m): TRUE
LT(GMT May 10h): FALSE
LT(GMT Jun 11h): TRUE
LT(GMT Wed): TRUE
LT(GMT May Sun_1): FALSE
t- Time
Returns: bool_atResults in Boolean TRUE value if the time value is less than the argument GMT time value.
Parameters:t- GMT Time Value
Returns: bool_atExtracts the minute from the current system time, and returns that value as an integer from 0 to 59.
Returns: num_atExtracts the month from the current system time, and returns that value as an integer from 1 (January) to 12 (December).
Returns: num_atResults in Boolean TRUE value if the time value is
not equal to the argument time.
Assume the current time
value is GMT 2005 May 1 10h 15m 30s. This is the 1st Sunday
of the month of May in 2005.
NE(GMT 2005): FALSE
NE(GMT 2005 Dec): TRUE
NE(Local 2005 May): TRUE or FALSE depending on the current
timezone.
NE(GMT 10h): FALSE
NE(GMT 10h 30s): FALSE
NE(GMT May 10h): FALSE
NE(GMT Sun): FALSE
NE(GMT May Sun_1): FALSE
t- Time
Returns: bool_atResults in Boolean TRUE value if the time value is not equal to the argument GMT time value.
Parameters:t- GMT Time Value
Returns: bool_atCalculates the number of seconds to the closest previous or scheduled reboot, and returns an integer. If the closest boot time is in the past, the integer is negative; if it is in the future, the integer is positive.
Returns: num_atCalculates the number of seconds between the current system time and the specified time, and returns an integer showing that number. If the designated time is in the past, the integer is negative; if it is in the future, the integer is positive.
Returns: num_atExtracts the seconds from the current system time, and returns that value as an integer from 0 to 59.
Returns: num_atConvert time_at to num_at. Will raise an undef if the value is null, empty, or the value has an invalid format for the destination type. (num_at : Number Value)
Returns: num_atTypecast the Time Value to its string representation.
Returns: text_tResults in a Number Value between 0 (Sunday) and 6 (Saturday) which gives the week day in the time value.
Returns: num_atWITHIN (time_at time1, time_at time2)
Results in a Boolean TRUE value if the time value lies
within all the ranges defined by the Lower and Upper time
arguments.
If an element of time like day or hour is left
unspecified in the Lower argument then it is assumed to have the
lowest value of its range.
If an element is left
unspecified in the Upper argument then it is assumed to have the
highest value of its range.
If the year is specified in one
of the argument then it must be specified in the other argument as
well.
The ranges for different elements of time are month
1-12, day 1-31, weekday 0-6, hour 0-23, minutes 0-59 and
seconds 0-59.
Each element of time defines a range. For the result to be
TRUE each element of time in the time value must lie in the
corresponding range present in the Lower and Upper
arguments.
Assume the time value is GMT 2005 May 10 10h 15m 30s. This
is the second Tuesday of the month.
WITHIN(GMT 2004, GMT 2006): TRUE
WITHIN(GMT 2004 Jan, GMT 2006 Mar): FALSE (May doesn't fall in
the Jan-Mar range.)
WITHIN(GMT Feb, GMT): TRUE (May falls in the Feb-Dec range.)
WITHIN(GMT Sun_1, GMT Sun_3): TRUE (2nd Tuesday lies within
1st Sunday and the 3rd Sunday.)
WITHIN(GMT 2005 May 1 10h, GMT May 2005 1 17h): TRUE
WITHIN(LOCAL 2005 May 1, LOCAL May 2005 1): Answer depends
on the NetScaler system's timezone.
time1- Lower Time
time2- Upper Time
Returns: bool_atExtracts the year from the current system time, and returns that value as a four-digit integer.
Returns: num_atReturn the Double Value after adding the argument to the current double value.
Parameters:i- Double
Returns: double_atADD (ip_address_at i)
Return the Unsigned Long after adding the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atADD (unsigned_long_at i)
Return the Unsigned Long after adding the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after adding the argument to the current number value.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long after adding the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atBETWEEN (double_at i, double_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (double_at i, ip_address_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (double_at i, unsigned_long_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (ip_address_at i, double_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (ip_address_at i, ip_address_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (ip_address_at i, unsigned_long_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (unsigned_long_at i, double_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (unsigned_long_at i, ip_address_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (unsigned_long_at i, unsigned_long_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (double_at i, num_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (ip_address_at i, num_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (unsigned_long_at i, num_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (double_at i, time_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (ip_address_at i, time_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (unsigned_long_at i, time_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (num_at i, double_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (num_at i, ip_address_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (num_at i, unsigned_long_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atReturns Boolean TRUE if the number value is greater than or equal to the Lower argument and the number value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atReturns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (time_at i, double_at j)
Returns Boolean TRUE if the double value is greater than or equal to the Lower argument and the double value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (time_at i, ip_address_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBETWEEN (time_at i, unsigned_long_at j)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atReturns Boolean TRUE if the unsigned long value is greater than or equal to the Lower argument and the unsigned long value is lesser than or equal to the Upper argument.
Parameters:i- Lower
j- Upper
Returns: bool_atBITAND (ip_address_at i)
Return the Unsigned Long Value after bitwise ANDing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Unsigned Long Value after bitwise ANDing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after bitwise ANDing the argument to the current number value.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value after bitwise ANDing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after bitwise negating the current number value.
Returns: num_atBITOR (ip_address_at i)
Return the Unsigned Long Value after bitwise ORing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Unsigned Long Value after bitwise ORing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after bitwise ORing the argument to the current number value.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value after bitwise ORing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atBITXOR (ip_address_at i)
Return the Unsigned Long Value after bitwise XORing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Unsigned Long Value after bitwise XORing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after bitwise XORing the argument to the current number value.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value after bitwise XORing the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Double Value after dividing the current double value by the argument.
Parameters:i- Double
Returns: double_atDIV (ip_address_at i)
Return the Unsigned Long Value after dividing the current unsigned long value by the argument.
Parameters:i- Unsigned Long
Returns: unsigned_long_atDIV (unsigned_long_at i)
Return the Unsigned Long Value after dividing the current unsigned long value by the argument.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after dividing the current number value by the argument.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value after dividing the current unsigned long value by the argument.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturns Boolean TRUE if the double value is equal to the argument.
Parameters:i- Double
Returns: bool_atEQ (ip_address_at i)
Returns Boolean TRUE if the unsigned long is equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atEQ (unsigned_long_at i)
Returns Boolean TRUE if the unsigned long is equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atReturns Boolean TRUE if the number value is equal to the argument.
Parameters:i- Number
Returns: bool_atReturns Boolean TRUE if the double value is greater than or equal to the argument.
Parameters:i- Double
Returns: bool_atGE (ip_address_at i)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atGE (unsigned_long_at i)
Returns Boolean TRUE if the unsigned long value is greater than or equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atReturns Boolean TRUE if the number value is greater than or equal to the argument.
Parameters:i- Number
Returns: bool_atReturns Boolean TRUE if the double value is greater than the argument.
Parameters:i- Double
Returns: bool_atGT (ip_address_at i)
Returns Boolean TRUE if the unsigned long value is greater than the argument.
Parameters:i- Unsigned Long
Returns: bool_atGT (unsigned_long_at i)
Returns Boolean TRUE if the unsigned long value is greater than the argument.
Parameters:i- Unsigned Long
Returns: bool_atReturns Boolean TRUE if the number value is greater than the argument.
Parameters:i- Number
Returns: bool_atReturns Boolean TRUE if the double value is lesser than or equal to the argument.
Parameters:i- Double
Returns: bool_atLE (ip_address_at i)
Returns Boolean TRUE if the unsigned long value is lesser than or equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atLE (unsigned_long_at i)
Returns Boolean TRUE if the unsigned long value is lesser than or equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atReturns Boolean TRUE if the number value is lesser than or equal to the argument.
Parameters:i- Number
Returns: bool_atLSHIFT (uint i)
Return the Number Value after bitwise left shifting the current
number value by the argument number of bits. Note that the number
of bits shifted is i modulo 32.
For example,
let HTTP.REQ.URL.LENGTH be 4. Then,
HTTP.REQ.URL.LENGTH.LSHIFT(1) = HTTP.REQ.URL.LENGTH.LSHIFT(33) = 8,
since 33 on division by 32 yields a remainder of 1.
i- Left Shift Length
Returns: num_atReturns Boolean TRUE if the double value is lesser than the argument.
Parameters:i- Double
Returns: bool_atLT (ip_address_at i)
Returns Boolean TRUE if the unsigned long value is lesser than the argument.
Parameters:i- Unsigned Long
Returns: bool_atLT (unsigned_long_at i)
Returns Boolean TRUE if the unsigned long value is lesser than the argument.
Parameters:i- Unsigned Long
Returns: bool_atReturns Boolean TRUE if the number value is lesser than the argument.
Parameters:i- Number
Returns: bool_atMOD (ip_address_at i)
Return the Unsigned Long Value that is the renaminder after dividing the current unsigned long value by the argument.
Parameters:i- Unsigned Long
Returns: unsigned_long_atMOD (unsigned_long_at i)
Return the Unsigned Long Value that is the renaminder after dividing the current unsigned long value by the argument.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value that is the renaminder after dividing the current number value by the argument.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value that is the renaminder after dividing the current unsigned long value by the argument.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Double Value after multiplying the argument to the current double value.
Parameters:i- Double
Returns: double_atMUL (ip_address_at i)
Return the Unsigned Long Value after multiplying the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atMUL (unsigned_long_at i)
Return the Unsigned Long Value after multiplying the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after multiplying the argument to the current number value.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value after multiplying the argument to the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after negating the current number value.
Returns: num_atReturns Boolean TRUE if the double value is not equal to the argument.
Parameters:i- Double
Returns: bool_atNE (ip_address_at i)
Returns Boolean TRUE if the unsigned long value is not equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atNE (unsigned_long_at i)
Returns Boolean TRUE if the unsigned long value is not equal to the argument.
Parameters:i- Unsigned Long
Returns: bool_atReturns Boolean TRUE if the number value is not equal to the argument.
Parameters:i- Number
Returns: bool_atRSHIFT (uint i)
Return the Number Value after bitwise right shifting the current
number value by the argument number of bits. Note that the number
of bits shifted is i modulo 32.
For example,
let HTTP.REQ.URL.LENGTH be 4. Then,
HTTP.REQ.URL.LENGTH.RSHIFT(1) = HTTP.REQ.URL.LENGTH.RSHIFT(33) = 2,
since 33 on division by 32 yields a remainder of 1.
i- Right Shift Length
Returns: num_atSIGNED16_STRING (endian_e endianness)
Create a signed 16-bit binary string from the number.
Parameters (expressions not allowed):endianness- Select little or big endian
Returns: text_tSIGNED32_STRING (endian_e endianness)
Create a signed 32-bit binary string from the number.
Parameters (expressions not allowed):endianness- Select little or big endian
Returns: text_tCreate a signed 8-bit binary string from the number.
Returns: text_tReturn the Double Value after subtracting the argument from the current double value.
Parameters:i- Double
Returns: double_atSUB (ip_address_at i)
Return the Unsigned Long Value after subtracting the argument from the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atSUB (unsigned_long_at i)
Return the Unsigned Long Value after subtracting the argument from the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atReturn the Number Value after subtracting the argument from the current number value.
Parameters:i- Number
Returns: num_atReturn the Unsigned Long Value after subtracting the argument from the current unsigned long value.
Parameters:i- Unsigned Long
Returns: unsigned_long_atTypecast the Number Value to a Double value.
Returns: double_atTypecast the Number Value to an IP Address value.
Returns: ip_address_atTypecast the Number Value to a Time value.
Returns: time_atTypecast the Number Value to a Unsigned Long value.
Returns: unsigned_long_atUNSIGNED16_STRING (endian_e endianness)
Create an unsigned 16-bit binary string from the number.
Parameters (expressions not allowed):endianness- Select little or big endian
Returns: text_tUNSIGNED32_STRING (endian_e endianness)
Create an unsigned 32-bit binary string from the number.
Parameters (expressions not allowed):endianness- Select little or big endian
Returns: text_tUNSIGNED64_STRING (endian_e endianness)
Create an unsigned 64-bit binary string from the number.
Parameters (expressions not allowed):endianness- Select little or big endian
Returns: text_tCreate an unsigned 8-bit binary string from the number.
Returns: text_tGiven the numeric day of the week, e.g. SYS.TIME.WEEKDAY, return the long form of the string name for that day, e.g. 0 = "Sunday", 6 = "Saturday".
Returns: text_tGiven the numeric day of the week, e.g. SYS.TIME.WEEKDAY, return the short form of the string name for that day, e.g. 0 = "Sun", 6 = "Sat".
Returns: text_t