\r
global class System_Date_dayOfYear {\r
\r
- @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-year component of a Date.')\r
+ @InvocableMethod(label='System.Date.dayOfYear()' category='Flowpex' iconName='slds:standard:date_input' description='Returns the day-of-year component of a Date.')\r
\r
global static List<Response> System_Date_dayOfYear (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r
\r
global class System_Date_daysBetween {\r
\r
- @InvocableMethod(label='System.Date.day()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.')\r
+ @InvocableMethod(label='System.Date.daysBetween()' category='Flowpex' iconName='slds:standard:number_input' description='Returns the number of days between two dates. If the first date occurs after the second date, the return value is negative.')\r
\r
global static List<Response> System_Date_daysBetween (List<Request> requests) {\r
List<Response> responses = new List<Response>();\r