month
|
The month function returns the month portion of a date or time argument.
The month value ranges from 0 through 12.
Usage The month function is used to extract the month component from a Date object.
(month dateObj) (month dateStr ) (month Julian-date ) An Integer that represents the month component of the argument
Expression:
Arguments
Name
Type
Description Argument: dateObj Date
An Analytic Information Server Date object. Argument: dateStr String
A date represented as a String 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
|