ezet / evelib

Eve Online Library.NET is an open source C# wrapper for CCPs Eve Online API and other popular Eve Online APIs.
Apache License 2.0
72 stars 36 forks source link

EveXML: SkillTraining StartTime and EndTime always MinDate #86

Closed Beatlegger closed 8 years ago

Beatlegger commented 8 years ago

I think the reason is that the attributes:

[XmlElement("StartTime")]
[XmlElement("EndTime")]

Should look like:

[XmlElement("trainingStartTime")]
[XmlElement("trainingEndTime")]

Documentation: Eve Online Developer Documentation

ezet commented 8 years ago

Thanks, I'll have a look tonight.