C# Class EA.Iws.Domain.DateRange

Show file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
Contains ( System.DateTime date ) : bool
DateRange ( DateTime from, DateTime to ) : System

Protected Methods

Method Description
DateRange ( ) : System

Method Details

Contains() public method

public Contains ( System.DateTime date ) : bool
date System.DateTime
return bool

DateRange() protected method

protected DateRange ( ) : System
return System

DateRange() public method

public DateRange ( DateTime from, DateTime to ) : System
from DateTime
to DateTime
return System