C# Class FSNEP.Core.Calendar.TimeRecordCalendarMonth

Afficher le fichier Open project: ucdavis/FSNEP

Méthodes publiques

Méthode Description
Populate ( TimeRecord timeRecord ) : void

Given a time sheet, it populates the day with the proper entries

TimeRecordCalendarMonth ( int year, int month ) : System

Private Methods

Méthode Description
AddEntry ( TimeRecordEntry timeSheetEntry ) : void

Method Details

Populate() public méthode

Given a time sheet, it populates the day with the proper entries
public Populate ( TimeRecord timeRecord ) : void
timeRecord TimeRecord
Résultat void

TimeRecordCalendarMonth() public méthode

public TimeRecordCalendarMonth ( int year, int month ) : System
year int
month int
Résultat System