Thanks for your reply,
In windows store app using visual c++ windows runtime component application, I found only two namespaces
1.Windows::Foundation::Datetime -- > there is no methods and properties under this "DateTime" because its a value not a class.
2.Windows::Globalization::DateTimeFormatting--> here DateTimeFormatter class constructors accepts string values as calendar. but i have a string value as concatenating three
integer values with "/" symbol,
so how can i set datetime value ,to parse string to date and time ?