S
shapper
Hello,
I have two nullable DateTime: begin and end.
I need to find the range, in month, between both variables.
If for some reason, for example begin is null, it is not possible to
calculate the range then I want to define the range as 1 month.
How can I do this?
Thanks,
Miguel
I have two nullable DateTime: begin and end.
I need to find the range, in month, between both variables.
If for some reason, for example begin is null, it is not possible to
calculate the range then I want to define the range as 1 month.
How can I do this?
Thanks,
Miguel