Tag: Development

Community

Using the TimeValue function

(Ged Mead) The TimeValue function appears to be just a time – for instance 14:02 or 3:15. In reality though, it’s a DateTime object, but the big difference is that the date is always set at 1st January 0001 and manipulations you carry out on it simply ignore the date part.

Community

Computational Types in C# and F#

(Marc Clifton) In this article, I will be exploring the concept of “computational types” – types that are associated with computations, and whose computations can be determined via reflection to self-document and automate the value computation, based on type. I will illustrate how to work with comp