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

Afficher le fichier Open project: BlythMeister/Gallifrey

Méthodes publiques

Méthode 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 méthode

public static UpdateHours ( int &hourValue, int newValue, int maxHours ) : void
hourValue int
newValue int
maxHours int
Résultat void

UpdateMinutes() public static méthode

public static UpdateMinutes ( int &hourValue, int &minuteValue, int newValue, int maxHours, bool &hoursChanged ) : void
hourValue int
minuteValue int
newValue int
maxHours int
hoursChanged bool
Résultat void