0

In ZedGraph, I had to convert my date to XDate in order to plot it. Now, I want to know how to convert from XDate to normal date for some other process.

Thanks!

sooprise
  • 22,657
  • 67
  • 188
  • 276

1 Answers1

2

Use the DateTime property

Gets or sets the date value for this item in .Net DateTime format.

ChrisF
  • 134,786
  • 31
  • 255
  • 325
  • @Soo - From my reading of the documentation I think it's `DateTime date = XDateVariable.DateTime;` – ChrisF Jul 29 '10 at 14:48