Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a Class
Message
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
00636523
Message ID:
00636628
Views:
21
Hi David,

I tried that before and I keep getting this error

F:\TESTING\TEST-1\WindowsApplication1\Form1.cs(114): The type or namespace name 'Time' could not be found (are you missing a using directive or an assembly reference?)

TIA




>> Service1 Fred = new Service1();
>>*** Please Help Me Here***
>> Fred MyTime = Fred.GetCurrentServerTime();
>> currenttime.Text = MyTime.Hour.ToString();
>
>Try
>
> Time MyTime = Fred.GetCurrentServerTime();
>
>
>This is the same as
>
> Time MyTime;
> MyTime = Fred.GetCurrentServerTime();
Fred Besterwitch, MCP

The harder you work. The luckier you get.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform