Time.now constructor

Time.now()

Implementation

Time.now() {
  hours = DateTime.now().hour;
  minutes = DateTime.now().minute;
}