My intellisense is giving me the error: \'ClassLibrary1.GetTimeZone.myWorldTime\' is a \'field\' but is used like a \'type\'
Any idea what I\'m doing wrong?
LoadData seems to be a static function, so you should do this instead (without an object instance):
ChaosSoftware.WorldTime.LoadData("blahblah...");