C# Класс FSNEP.Core.Calendar.TimeRecordCalendarMonth

Показать файл Открыть проект

Открытые методы

Метод Описание
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