VB Quark #6: Date operators
The DateTime structure in .NET includes custom operators for Date comparisons such as less than, greater than, equal and not equal; but did you know it also includes addition and subtraction operators ? There’s two subtraction operators and one addition operator defined inside DateTime: date = date – timespan timespan = date – date date […]
Click here to read more »