Suppose. I have a static variable dtTime which set to DateTime.Now when it initial start up. and I have code to output dtTime to log file. I would like to know, Will variable dtTime change? and how often it changes?
static DateTime dtTime = DateTime.Now;
Anonymous Asked question May 14, 2021
Recent Comments