C# Class Gallifrey.UI.Modern.Helpers.HourMinuteHelper

Mostra file Open project: BlythMeister/Gallifrey

Public Methods

Method Description
UpdateHours ( int &hourValue, int newValue, int maxHours ) : void
UpdateMinutes ( int &hourValue, int &minuteValue, int newValue, int maxHours, bool &hoursChanged ) : void

Method Details

UpdateHours() public static method

public static UpdateHours ( int &hourValue, int newValue, int maxHours ) : void
hourValue int
newValue int
maxHours int
return void

UpdateMinutes() public static method

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