C# 클래스 Zazzles.Data.Time

파일 보기 프로젝트 열기: FOGProject/zazzles

공개 메소드들

메소드 설명
FormatMinutes ( double totalMinutes ) : string
FormatSeconds ( double totalSeconds ) : string

비공개 메소드들

메소드 설명
BuildFormatSection ( int value, string singular, string plural ) : string

메소드 상세

FormatMinutes() 공개 정적인 메소드

public static FormatMinutes ( double totalMinutes ) : string
totalMinutes double
리턴 string

FormatSeconds() 공개 정적인 메소드

public static FormatSeconds ( double totalSeconds ) : string
totalSeconds double
리턴 string