Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Using Event Filters | Filter Strings | Filter Functions | date
 
date
date date(
int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond)
year
The year.
month
The month.
day
The day.
hour
The hour.
minute
The minute.
second
The second.
millisecond
The millisecond.
Creates a date value with the specified millisecond, second, minute, hour, day, month, and year.