What is the equivalent of OrderCloseTime() in MQL4 to corresponding command in MQL5

 

I am trying to get the close time of the order from History Tab in MT5.

I used HistoryOrderGetInteger(ticket, property_id) where I tried property_id = ORDER_TIME_DONE as well as ORDER_TIME_SETUP but none of these giving me order close time.

Is there any single command or combination of commands in MT5 which will give me close time of the order?

Reason: