C# Class QuizProjectMvc.Services.Data.Models.DateRanges.DateRange

Show file Open project: kidroca/project-quiz-mvc

Public Methods

Method Description
DateRange ( System.DateTime from, System.DateTime to ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method Description
DateRange ( ) : System

Method Details

DateRange() protected method

protected DateRange ( ) : System
return System

DateRange() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int