day
|
The day function returns the day of the month corresponding to a Date argument.
The Date argument may be an Analytic Information Server Date constant, a Date String,
or a Julian Date. The day is returned as an integer, ranging from 1 to 31.
Usage The day function is used to extract the day component from a Date object.
(day date-value ) (day date-text ) (day Julian-date ) An Integer that represents the day component of the argument
Expression:
Arguments
Name
Type
Description Argument: date-value Date
An Analytic Information Server Date value. Argument: date-text Text
A Date in the form mm/dd/yyyy where mm is the month number, dd is the day of the
month and yyyy is the year. Argument: Julian-date Date
The number of days elapsed since the birth of Christ.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Date | String | Text | Number |
Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|