c# - Calculating the average of different dates in different years -


this question has answer here:

i need calculate average following observed dates:

1/7/2010 15/7/2011 17/6/2012 3/7/2013 

how can in asp.net or other language. if there formula that.

you need convert ticks (this convert system.int64) , average of them all.

see following answer: https://stackoverflow.com/a/16683441/643761


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -