C# Class CommonExtensionMethods.DateTimes.DateTimeSyntax

Show file Open project: saintedlama/CommonExtensionMethods

Public Methods

Method Description
After ( System.DateTime date ) : System.DateTime
Before ( System.DateTime date ) : System.DateTime
DateTimeSyntax ( int offset, Func calculation ) : System

Method Details

After() public method

public After ( System.DateTime date ) : System.DateTime
date System.DateTime
return System.DateTime

Before() public method

public Before ( System.DateTime date ) : System.DateTime
date System.DateTime
return System.DateTime

DateTimeSyntax() public method

public DateTimeSyntax ( int offset, Func calculation ) : System
offset int
calculation Func
return System