AgeCalculator

The Age Calculator is a library (based on the Gregorian calendar) which can be used to calculate the age between two dates and output years, months, days and time components.

MIT License

Stars
5

Bot releases are visible (Hide)

AgeCalculator - [1.4.1] - 2024-03-15 Latest Release

Published by arman-g 7 months ago

Changelog

Update

  • .NET 8
AgeCalculator - [1.4.0] - 2024-02-08

Published by arman-g 8 months ago

Changelog

New

  • Added additional properties to the Age class
    • TotalDays
    • TotalHours
    • TotalMinutes
    • TotalSeconds
    • TotalMilliseconds
    • Ticks
AgeCalculator - [1.2.2] - 2021-10-01

Published by arman-g about 3 years ago

Changelog

Changed

  • Optimization
AgeCalculator - [1.2.1] - 2021-09-25

Published by arman-g about 3 years ago

Changelog

Changed

  • Refactoring
  • Optimization
  • Clean-up
AgeCalculator - [1.2.0] - 2021-09-23

Published by arman-g about 3 years ago

Changelog

Changed

  • Version number update for the new feature that is added in v1.1.3.
AgeCalculator - [1.1.3] - 2021-09-23

Published by arman-g about 3 years ago

Changelog

Added

  • In addition to the default calculation algorithm, it can be configured so that Feb 29 of a leap year be considered as Feb 28 of a non-leap year with switch of a flag. By default, the flag is off.
AgeCalculator - [1.1.0] - 2021-09-19

Published by arman-g about 3 years ago

Changelog

Added

  • The 'Age' class now has the 'Time' component that will contain the time information of the age. The time component of the dates will effect the age calculation final result.
AgeCalculator - [1.1.2] - 2021-09-23

Published by arman-g about 3 years ago

Changelog

Added

  • The Age class's public properties now have 'init' accessor to support initialization and serialization.
AgeCalculator - [1.1.1] - 2021-09-21

Published by arman-g about 3 years ago

Changelog

Changed

  • Library metadata update.
Badges
Extracted from project README
.NET GitHub GitHub issues Nuget
Related Projects