Method | Description | |
---|---|---|
UpdateHours ( int &hourValue, int newValue, int maxHours ) : void | ||
UpdateMinutes ( int &hourValue, int &minuteValue, int newValue, int maxHours, bool &hoursChanged ) : void |
public static UpdateHours ( int &hourValue, int newValue, int maxHours ) : void | ||
hourValue | int | |
newValue | int | |
maxHours | int | |
return | void |
public static UpdateMinutes ( int &hourValue, int &minuteValue, int newValue, int maxHours, bool &hoursChanged ) : void | ||
hourValue | int | |
minuteValue | int | |
newValue | int | |
maxHours | int | |
hoursChanged | bool | |
return | void |