Calworkseconds function

Hi All,

 

I am getting below error

Expression evaluation error at function 'calworkseconds': Error evaluating function 'calworkseconds' : Null argument not allowed

kindly anyone help on this

Thanks,

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Hi Mike,

    Am using 16.1 version nd below is properties for the function


    calworkseconds(starting_datetime, ending_datetime, calendar_name)
    Returns the number of workseconds between two dates, excluding any non-working times in the calendar.
    Returns: Number (Integer)
    starting_datetime (Date and Time): The starting date time.
    ending_datetime (Date and Time): The ending date time.

    calendar_name (Text): The calendar to use to obtain working times


    Thanks,