示例#1
0
 public override void Execute(string param)
 {
     //TODO: For some reason the values output are too high. F.instance GetSeconds goes to 90.
     System.Console.WriteLine((int)RTC.GetHours() + ":" + RTC.GetMinutes() + ":" + RTC.GetSeconds());
 }