0
I have a return in sql that comes as something like 52,451541554
.
That return, if I convert it with the command convert(datetime, DtCriacao, 103)
of sql it turns into a date format, only that I’m needing to pick up that same one, which this time came from an excel file and convert it to date format or string.
I have no idea how to do this kind of conversion in c#.
Thank you
52,451541554
this value is just the hours? minutes? you want to add to the current date??– rLinhares
05/09/2017 16:15... that’s what he is
– gabrielfalieri
in case it is a
timestamp
!?– rLinhares
I believe so
– gabrielfalieri