G
Guest
i have a utc string how can i convert it to utc datetime?
is this ok: dim UtcDate as Datetime=Datetime.parse(UtcString)?
is this ok: dim UtcDate as Datetime=Datetime.parse(UtcString)?
Hi Henk,henk said:i have a utc string how can i convert it to utc datetime?
is this ok: dim UtcDate as Datetime=Datetime.parse(UtcString)?
henk said:hallo egbert,
bedankt voor je reaktie.
my string format is like this: ("yyyy-MM-ddTHH:mm:ss.fffZ").
this is a format that i get from my exchange server and i want to save it
in
my DB.
is this ok?
what about to convert it first to localtime and then convert it back to
UTC?is this ok?
what's your sugestion?
thanks in advance.