Ejemplo n.º 1
0
        public static DateTime TodayMidnight()
        {
            DateTime tomorrow = BrokerDateTime.Make(DateTime.Now).AddDays(1);

            return(new DateTime(tomorrow.Year, tomorrow.Month, tomorrow.Day, 0, 0, 0, 0));
        }
Ejemplo n.º 2
0
 public TimeTracker()
 {
     this.start = BrokerDateTime.Make(DateTime.Now);
 }