180 Citrix NetScaler Policy Configuration and Reference Guide
number.TYPECAST_
TIME_AT.MINUTES Extracts the minute from the current system time and returns
the value as an integer that ranges from 0 to 59.
number.TYPECAST_
TIME_AT.MONTH Extracts the month from the current system time and returns
the value as an integer that ranges from 1 (January) to 12
(December).
number.TYPECAST_
TIME_AT.RELATIVE_
BOOT
Calculates the number of seconds that have elapsed after the
most recent reboot or the number of seconds to the next
scheduled reboot, depending on which of these is closer to
the current time, and returns an integer. If the closest boot
time is in the past, the integer is negative; if the closest boot
time is in the future (scheduled reboot time), the integer is
positive.
number.TYPECAST_
TIME_AT.RELATIVE_NOW Calculates the number of seconds between the current
system time and the specified time, and returns the value as
an integer. If the designated time is in the past, the integer is
negative; if it is in the future, the integer is positive.
number.TYPECAST_
TIME_AT.SECONDS Extracts the seconds from the current system time and
returns the value as an integer that ranges from 0 to 59.
number.TYPECAST_
TIME_AT.WEEKDAY Returns an integer that corresponds to the day of the week; 0
for Sunday and 6 for Saturday.
Typecasting Operations
Operation Description