C# Class Signum.Utilities.DateSpan

Mostrar archivo Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
Days int
Months int
Years int
Zero DateSpan

Public Methods

Method Description
AddTo ( System.DateTime date ) : System.DateTime
DateSpan ( int years, int months, int days ) : System
FromToDates ( System.DateTime min, System.DateTime max ) : DateSpan
Invert ( ) : DateSpan
ToString ( ) : string

Method Details

AddTo() public method

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

DateSpan() public method

public DateSpan ( int years, int months, int days ) : System
years int
months int
days int
return System

FromToDates() public static method

public static FromToDates ( System.DateTime min, System.DateTime max ) : DateSpan
min System.DateTime
max System.DateTime
return DateSpan

Invert() public method

public Invert ( ) : DateSpan
return DateSpan

ToString() public method

public ToString ( ) : string
return string

Property Details

Days public_oe property

public int Days
return int

Months public_oe property

public int Months
return int

Years public_oe property

public int Years
return int

Zero public_oe static_oe property

public static DateSpan,Signum.Utilities Zero
return DateSpan