TimeZoneInfo in Portable Class Library

I have a requirement to get "Mountain Standard Time" time zone information from a portable class library. In a WPF application, I got the same thing with the code below.

TimeZoneInfo.FindSystemTimeZoneById("Mountain Standard Time");

      

But in PCL I don't see this functionality. Can anyone please tell me how I can achieve the same in PCL?

Thanks in Advance. Roshil

+3
c # mono portable-class-library xamarin


source to share


No one has answered this question yet

See similar questions:

2
.NET PCL exception when converting time from UTC to specified TimeZone

or similar:

1270
Why not inherit from List <T>?
21
What does the Portable Class Library actually allow?
8
How do I create a stream in a portable class library?
6
ViewModel Support in Portable Class Library
4
Portable Class Library Configuration Information
4
Replacement for PreAuthenticate in Portable Class Libraries
2
Portable Class Library - you must add a reference to the assembly 'System.Net, Version = 2.0.5.0
2
Converting a class library (e.g. WP8, Windows Store) to a portable class library
2
Portable Class Library, XmlAnyElementAttribute
1
M2MQTT in Portable Class Library



All Articles
Loading...
X
Show
Funny
Dev
Pics