If you mean the delay through the entire circuit (assuming combinatorial circuit), then no - those values are nothing to do with that - they are delay at the IO pads.
You cannot calculate the delay through the entire circuit because it varies with PVT (process, voltage, temperature).
1. Process - Each time you compile the code the fitter will place the design in different parts of the chip, affecting the routing delays
2. Temperature - as it gets hotter, the delay changes
3. Voltage - different voltage = different delay
On the other hand, if you have a completly synchronous circuit, the latency is easy to calculate from the number of registers there are in the longest path. THen you just take (N * clock frequency)