DAYS360 Function
DAYS360 is an Excel function that calculates the number of days between two dates, regarding that each month is composed of 30 days. One of my friends shared his formula of calculating the correct interval. This is the way Bloomberg system calculates DAYS360 style date intervals.
(Jun 2008)
From Dictionary to ComboBox
In C#, using generics is a good idea. But sometimes good ideas leads to various new challenges. One of them is to populate a combobox with a Dictionary<>. Here's my solution.
(Feb 2007)
IsNumeric
My solution for the missing IsNumeric function in C#
(Feb 2007)
|
|