C# 클래스 Gallifrey.UI.Modern.Helpers.HourMinuteHelper

파일 보기 프로젝트 열기: BlythMeister/Gallifrey

공개 메소드들

메소드 설명
UpdateHours ( int &hourValue, int newValue, int maxHours ) : void
UpdateMinutes ( int &hourValue, int &minuteValue, int newValue, int maxHours, bool &hoursChanged ) : void

메소드 상세

UpdateHours() 공개 정적인 메소드

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

UpdateMinutes() 공개 정적인 메소드

public static UpdateMinutes ( int &hourValue, int &minuteValue, int newValue, int maxHours, bool &hoursChanged ) : void
hourValue int
minuteValue int
newValue int
maxHours int
hoursChanged bool
리턴 void