Time.fromParts(int hours, int minutes, int seconds) { this.Hours = hours; this.Minutes = minutes; this.Seconds = seconds; }