C# Class DAL.Extensions.DateTimeExtensions

Exibir arquivo Open project: kulish-alina/HR_Project

Public Methods

Method Description
IsBetween ( this input, System.DateTime date1, System.DateTime date2 ) : bool

Method Details

IsBetween() public static method

public static IsBetween ( this input, System.DateTime date1, System.DateTime date2 ) : bool
input this
date1 System.DateTime
date2 System.DateTime
return bool