GETTING THIS ERROR 'NO MATCH FUNCTION FOR CALL TO DS3231::DS32310

the eroor is fixed now but now i am getting another type of error that is the GetTime errror

code is the same that was a library issue thanks to you resolved it but how to fix this one?

Arduino: 1.8.4 (Mac OS X), Board: "Arduino/Genuino Uno"

WARNING: Category 'Real-time clock' in library DS3231 is not valid. Setting to 'Uncategorized'
/Users/khaliddavirus/Desktop/sketches/easy_clock/easy_clock.ino: In function 'void loop()':
easy_clock:111: error: 'class DS3231' has no member named 'getTime'
Clock.getTime("year", "month", "date", DoW, "hour", "minute", "second");
^
exit status 1
'class DS3231' has no member named 'getTime'

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.