Method | Description | |
---|---|---|
FindLargestFreeTimeBlock ( IEnumerable |
||
GetDaysOfPastQuarter ( System.DateTime moment, System.DateTime &firstDay, System.DateTime &lastDay ) : void | ||
GetFirstDayOfWeek ( System.DateTime moment ) : System.DateTime | ||
IntersectsYear ( System.DateTime start, System.DateTime end, int year ) : bool | ||
IsInCurrentWeek ( System.DateTime test ) : bool | ||
IsValidReservation ( System.DateTime start, System.DateTime end ) : bool |
Method | Description | |
---|---|---|
CalendarDateAddSample ( ) : void | ||
CalendarPeriodCollectorSample ( ) : void | ||
CalendarWeekSample ( ) : void | ||
CalendarYearTimePeriodsSample ( ) : void | ||
DateAddSample ( ) : void | ||
DateDiffSample ( ) : void | ||
DaySeekerSample ( ) : void | ||
FiscalYearSample ( ) : void | ||
FiscalYearTimePeriodsSample ( ) : void | ||
TimeBlockSample ( ) : void | ||
TimeGapCalculatorSample ( ) : void | ||
TimeIntervalSample ( ) : void | ||
TimePeriodChainSample ( ) : void | ||
TimePeriodCollectionSample ( ) : void | ||
TimePeriodCombinerSample ( ) : void | ||
TimePeriodIntersectorSample ( ) : void | ||
TimePeriodMapperSample ( ) : void | ||
TimeRangeSample ( ) : void | ||
YearQuartersSample ( ) : void | ||
YearStartSample ( ) : void |
public FindLargestFreeTimeBlock ( IEnumerable |
||
reservations | IEnumerable |
|
searchLimits | ITimePeriod | |
excludeWeekends | bool | |
return | ICalendarTimeRange |
public GetDaysOfPastQuarter ( System.DateTime moment, System.DateTime &firstDay, System.DateTime &lastDay ) : void | ||
moment | System.DateTime | |
firstDay | System.DateTime | |
lastDay | System.DateTime | |
return | void |
public GetFirstDayOfWeek ( System.DateTime moment ) : System.DateTime | ||
moment | System.DateTime | |
return | System.DateTime |
public IntersectsYear ( System.DateTime start, System.DateTime end, int year ) : bool | ||
start | System.DateTime | |
end | System.DateTime | |
year | int | |
return | bool |
public IsInCurrentWeek ( System.DateTime test ) : bool | ||
test | System.DateTime | |
return | bool |
public IsValidReservation ( System.DateTime start, System.DateTime end ) : bool | ||
start | System.DateTime | |
end | System.DateTime | |
return | bool |