C# Class TimeSpentVisualizer.Visualizers.DayTimeSpentTable

Inheritance: Shared.BaseVisualization, IVisualization
Afficher le fichier Open project: sealuzh/PersonalAnalytics Class Usage Examples

Méthodes publiques

Méthode Description
DayTimeSpentTable ( DateTimeOffset date, bool showEmailsEnabled, bool showProgramsEnabled ) : System
GetHtml ( ) : string

Private Methods

Méthode Description
GetFormattedDuration ( double duration ) : string
GetFormattedTitle ( string title ) : string

Method Details

DayTimeSpentTable() public méthode

public DayTimeSpentTable ( DateTimeOffset date, bool showEmailsEnabled, bool showProgramsEnabled ) : System
date DateTimeOffset
showEmailsEnabled bool
showProgramsEnabled bool
Résultat System

GetHtml() public méthode

public GetHtml ( ) : string
Résultat string