c# datetime dd/mm/yyy hh:mm:ss

C#
DateTime.Now.ToString("dd'/'MM'/'yyyy HH:mm:ss")
 //output: 13/06/2020 13:05:21 
Source

Also in C#: