C# 클래스 FSNEP.Core.Calendar.TimeRecordCalendarMonth

파일 보기 프로젝트 열기: ucdavis/FSNEP

공개 메소드들

메소드 설명
Populate ( TimeRecord timeRecord ) : void

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

TimeRecordCalendarMonth ( int year, int month ) : System

비공개 메소드들

메소드 설명
AddEntry ( TimeRecordEntry timeSheetEntry ) : void

메소드 상세

Populate() 공개 메소드

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

TimeRecordCalendarMonth() 공개 메소드

public TimeRecordCalendarMonth ( int year, int month ) : System
year int
month int
리턴 System