Hello

The CF does not support LastWriteTimeUTC, only LastWriteTime

Is there any possibility to calculate the gap betweet UTC and local time?

Thanks

Hans

Re: LastWriteTimeUTC? by ctacke/>

ctacke/>
Tue Feb 27 07:02:42 CST 2007

P/Invoke GetTimezoneInformation or GetSystemTime and GetLocalTime and
subtract.


--
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Hans Mittermayer" <hans> wrote in message
news:%23BdBPQmWHHA.3980@TK2MSFTNGP02.phx.gbl...
> Hello
>
> The CF does not support LastWriteTimeUTC, only LastWriteTime
>
> Is there any possibility to calculate the gap betweet UTC and local time?
>
> Thanks
>
> Hans
>



Re: LastWriteTimeUTC? by Hans

Hans
Tue Feb 27 07:54:55 CST 2007

Thanks that did the trick

"<ctacke/>" <ctacke[@]opennetcf[dot]com> schrieb im Newsbeitrag
news:OqAOR%23mWHHA.496@TK2MSFTNGP06.phx.gbl...
> P/Invoke GetTimezoneInformation or GetSystemTime and GetLocalTime and
> subtract.
>
>
> --
> Chris Tacke - Embedded MVP
> OpenNETCF Consulting
> Managed Code in the Embedded World
> www.opennetcf.com
> --
>
>
> "Hans Mittermayer" <hans> wrote in message
> news:%23BdBPQmWHHA.3980@TK2MSFTNGP02.phx.gbl...
>> Hello
>>
>> The CF does not support LastWriteTimeUTC, only LastWriteTime
>>
>> Is there any possibility to calculate the gap betweet UTC and local time?
>>
>> Thanks
>>
>> Hans
>>
>
>