Where is function DaysInMonth in Silverlight?
Posted: Thu Sep 27, 2012 12:46 pm
Hello,
i need to use the Date function "DaysInMonth" in my report. No problem in Forms or Wpf reports. But the function is not available in Silverlight. What can i do to solve that problem?
The use of .NET framework static methoddoes not help either!
Kind regards
Thorsten Pontow
i need to use the Date function "DaysInMonth" in my report. No problem in Forms or Wpf reports. But the function is not available in Silverlight. What can i do to solve that problem?
The use of .NET framework static method
Code: Select all
DateTime.DaysInMonth()
Kind regards
Thorsten Pontow