c# - TimeZoneInfo in Portable Class Library -


i have requirement timezone info of "mountain standard time" portable class library.in wpf application got same below code.

timezoneinfo.findsystemtimezonebyid("mountain standard time"); 

but in pcl, cant see functionality.could 1 please tell me how can achieve same in pcl?

thanks in advance. roshil


Comments

Popular posts from this blog

c# - Derived UserControl layout resets after build -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

haskell - Using Monad/ST for non-concurrent message passing in a mutable graph -