Where is function DaysInMonth in Silverlight?

Stimulsoft Reports.Silverlight discussion
Locked
User avatar
tpontow
Posts: 206
Joined: Thu Sep 06, 2012 8:46 am
Location: Bonn, Germany

Where is function DaysInMonth in Silverlight?

Post by tpontow »

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 method

Code: Select all

DateTime.DaysInMonth() 
does not help either!

Kind regards
Thorsten Pontow
Thorsten Pontow

It is easier to write an incorrect program than to understand a correct one. (Alan J. Perlis, Epigrams in programming No. 7)
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Where is function DaysInMonth in Silverlight?

Post by Alex K. »

Hello,

We made some improvements in that direction.
Please check the latest build when it will be available.

Thank you.
Locked