Here you can find the source of addTime(Time time, int minutes)
public static Time addTime(Time time, int minutes) throws Exception
//package com.java2s; //License from project: Open Source License import java.sql.Time; public class Main { public static Time addTime(Time time, int minutes) throws Exception { return null; }/*from www .j av a 2s.co m*/ }