Whether to use roundCloseTime or effCloseTime for reaching close time consensus.
bool useRoundedCloseTime = true;
This was added to migrate from effCloseTime to roundCloseTime on the live network. The desired behavior (as given by the default value) is to use roundCloseTime during consensus voting and then use effCloseTime when accepting the consensus ledger.