C++ Windows Forms DateTime
-
i'm using window forms application and i'm facing a problem with a variable date_time that hold a long value 1243930978 I need to convert this number to datetime Note : when i declare the variable as "CTime sss" it give error undeclared identifier "sss" any one can help?
-
i'm using window forms application and i'm facing a problem with a variable date_time that hold a long value 1243930978 I need to convert this number to datetime Note : when i declare the variable as "CTime sss" it give error undeclared identifier "sss" any one can help?
That's matter for the
Managed C++/CLI
forum [^]. Isn't that? :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
i'm using window forms application and i'm facing a problem with a variable date_time that hold a long value 1243930978 I need to convert this number to datetime Note : when i declare the variable as "CTime sss" it give error undeclared identifier "sss" any one can help?
wael_r wrote:
a variable date_time that hold a long value 1243930978 I need to convert this number to datetime
It would probably help you to know the units that 'date_time' represents - is 1243930978 the number of seconds from some epoch? Or what? Do you know? Oh - and as I've suggested to you before - post to the correct forum, where they know about Managed C++/CLI
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
i'm using window forms application and i'm facing a problem with a variable date_time that hold a long value 1243930978 I need to convert this number to datetime Note : when i declare the variable as "CTime sss" it give error undeclared identifier "sss" any one can help?
Go to: http://www.codeproject.com/Messages/3066386/Re-Convert-to-datetime-problem.aspx[^]
"We make a living by what we get, we make a life by what we give." --Winston Churchill