Using the Time Lord Library Help

I am having issues using the "Time Lord" Library.
I can use the moon phase function but the
boolean TimeLord::SunSet(byte date_time[6]); function and the related ones I can't use for some reason.
I think it wants a date to be fed into it(The TimeLord documentation says nothing) however I can't seem to get it right.

Thanks for the help,
Josh

Look in the header folder and find the file ending with .c or .cpp.

Open it with Notepad and copy/paste everything into the arduino program.

Find the function which you want to use and have a good look at what input/s it is expecting. (Byte, uint8_t, int,...)

Be careful that the function is not overloaded and you miss one (see tutorial on overloaded functions) Bot Verification