J
Jon Fairchild
I would like to substract two DateTime fields in a DataColumn
expression, like so:
TIME_RESTORED - TIME_OUTAGE
Apparently, this is not allowed, as I get the error "Cannot perform
'-' operation on System.DateTime and System.DateTime."
Any ideas on how to make this work?
Thanks,
Jon
expression, like so:
TIME_RESTORED - TIME_OUTAGE
Apparently, this is not allowed, as I get the error "Cannot perform
'-' operation on System.DateTime and System.DateTime."
Any ideas on how to make this work?
Thanks,
Jon