Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning a Class
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00636523
Message ID:
00636628
Vues:
20
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform