C# 클래스 TimeSpentVisualizer.Visualizers.DayTimeSpentTable

상속: Shared.BaseVisualization, IVisualization
파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics 1 사용 예제들

공개 메소드들

메소드 설명
DayTimeSpentTable ( DateTimeOffset date, bool showEmailsEnabled, bool showProgramsEnabled ) : System
GetHtml ( ) : string

비공개 메소드들

메소드 설명
GetFormattedDuration ( double duration ) : string
GetFormattedTitle ( string title ) : string

메소드 상세

DayTimeSpentTable() 공개 메소드

public DayTimeSpentTable ( DateTimeOffset date, bool showEmailsEnabled, bool showProgramsEnabled ) : System
date DateTimeOffset
showEmailsEnabled bool
showProgramsEnabled bool
리턴 System

GetHtml() 공개 메소드

public GetHtml ( ) : string
리턴 string