Command to retrieve dhcp lease information?

dhcpcd -T eth(n)

Will ouput some stuff like LEASETIME='86400

then
dhclient

will give renewal in
bound to 192.168.0.0 – renewal in 12345 seconds

Some time maths and a little scripting I guess its possible. I’m presuming both commands are on Suse.