Example #1
0
 private void SetCurrentTime()
 {
     lblHrs.Text  = Now.ToHour();
     lblMins.Text = Now.ToMinute();
 }