TwitchLib / TwitchLib.Api

API component of TwitchLib.
70 stars 84 forks source link

Updated Strings to DateTime #357

Closed koishibuh closed 3 months ago

koishibuh commented 1 year ago

Changed some of the models to use DateTime instead of strings for consistency with the other models and ease of use.

Mahsaap commented 1 year ago

Build Failed, Missing using System; for DateTime

Edit: I see your working on it.