0

I have a row which pulls back a Decimal if (row["Time"] and I need an statement which divides the output by 60.

Still quite a novice do apologies.

PrakashG
  • 1,642
  • 5
  • 20
  • 30
Adam
  • 19
  • 1
  • 8

1 Answers1

0

The answer for this question is:

  (row["TIME"]) / 60
Theo
  • 57,719
  • 8
  • 24
  • 41
Adam
  • 19
  • 1
  • 8