How to Query Calculated Date Field using CAML Query in SharePoint

I have a custom list in which I have a calculated date field and we will see how to query this field using CAML query.

  1. <Query><Where><Eq><FieldRef Name="TestCalc" /><Value Type="Calculated">2016-01-27</Value></Eq></Where></Query>