[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

Getting the time from an OPC client

Thorgal

3/19/2007 3:25:00 PM

Hello

I have an OPC client who communicates with VB.NET 2003. This works
perfectly and i can do whatever i want with it but now i found a
little probleme.

When the OPC gives me the time of the day, it gives me an Double
integer. But now i was wondering how i can get the time in vb.net and
not only a long integer.

For example, now it is 16:23:05 This gives me 59089225

Is there a way to cast this integer to a time format

Thanks in advance