C# Class FSNEP.Core.Calendar.TimeRecordCalendarMonth

Exibir arquivo Open project: ucdavis/FSNEP

Public Methods

Method 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

Method Description
AddEntry ( TimeRecordEntry timeSheetEntry ) : void

Method Details

Populate() public method

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

TimeRecordCalendarMonth() public method

public TimeRecordCalendarMonth ( int year, int month ) : System
year int
month int
return System