C# Class nGantt.PeriodSplitter.PeriodHourSplitter

Inheritance: PeriodSplitter
Mostra file Open project: danwallentin/nGantt

Public Methods

Method Description
PeriodHourSplitter ( System.DateTime min, System.DateTime max ) : System
Split ( ) : List

Protected Methods

Method Description
Increase ( System.DateTime date, int value ) : System.DateTime

Method Details

Increase() protected method

protected Increase ( System.DateTime date, int value ) : System.DateTime
date System.DateTime
value int
return System.DateTime

PeriodHourSplitter() public method

public PeriodHourSplitter ( System.DateTime min, System.DateTime max ) : System
min System.DateTime
max System.DateTime
return System

Split() public method

public Split ( ) : List
return List