Home
last modified time | relevance | path

Searched refs:FindSystemTimeZoneById (Results 1 – 25 of 27) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System/
H A DTimeZoneInfoTest.cs379 TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById (MapTimeZoneId ("Europe/Athens")); in TestAthensDST()
391 TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById (MapTimeZoneId ("Europe/Athens")); in TestAthensDST_InDSTDelta()
422 TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById ("Europe/Athens"); in TestAthensDST_InDSTDelta_NoTransitions()
459 TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById (MapTimeZoneId ("Europe/Athens")); in TestIsDST_DateTimeOffset()
888 TimeZoneInfo.FindSystemTimeZoneById (null); in NullId()
895 TimeZoneInfo.FindSystemTimeZoneById ("Neverland/The_Lagoon"); in NonSystemTimezone()
943 TimeZoneInfo rome = TimeZoneInfo.FindSystemTimeZoneById (MapTimeZoneId ("Europe/Rome")); in RomeAndVaticanSharesTime()
971 TimeZoneInfo brussels_sys = TimeZoneInfo.FindSystemTimeZoneById ("Europe/Brussels"); in BrusselsAdjustments()
986 TimeZoneInfo.FindSystemTimeZoneById ("Israel Standard Time"); in FindIsraelStandardTime()
1004 TimeZoneInfo.FindSystemTimeZoneById (tz); in SubminuteDSTOffsets()
[all …]
H A DTimeZoneTest.cs369 public void FindSystemTimeZoneById () in FindSystemTimeZoneById() method in MonoTests.System.TimeZoneTest
371 …TimeZoneInfo tzi = TimeZoneInfo.FindSystemTimeZoneById (TimeZoneInfoTest.MapTimeZoneId ("Canada/Ea… in FindSystemTimeZoneById()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DTimeZoneInfoTests.cs40 private static TimeZoneInfo s_GMTLondon = TimeZoneInfo.FindSystemTimeZoneById(s_strGMT);
41 private static TimeZoneInfo s_nairobiTz = TimeZoneInfo.FindSystemTimeZoneById(s_strNairobi);
42 … private static TimeZoneInfo s_amsterdamTz = TimeZoneInfo.FindSystemTimeZoneById(s_strAmsterdam);
46 private static TimeZoneInfo s_LisbonTz = TimeZoneInfo.FindSystemTimeZoneById(s_strLisbon);
103 tripoli = TimeZoneInfo.FindSystemTimeZoneById(s_strLibya); in LibyaTimeZone()
123 TimeZoneInfo tz = TimeZoneInfo.FindSystemTimeZoneById(s_strRussian); in RussianTimeZone()
1823 TimeZoneInfo zone = TimeZoneInfo.FindSystemTimeZoneById(s_strPacific); in DaylightTransitionsExactTime()
1896 …o.ConvertTime(inputTime, TimeZoneInfo.FindSystemTimeZoneById(sourceTimeZoneId), TimeZoneInfo.FindS…
1922 …o.ConvertTime(inputTime, TimeZoneInfo.FindSystemTimeZoneById(sourceTimeZoneId), TimeZoneInfo.FindS… in VerifyConvert()
1929 TimeZoneInfo sourceTzi = TimeZoneInfo.FindSystemTimeZoneById(sourceTimeZoneId); in VerifyRoundTrip()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DTimeZoneInfo.cs162 return TimeZoneInfo.FindSystemTimeZoneById (name); in CreateLocal()
217 systemTimeZones.Add (FindSystemTimeZoneById (id));
234 systemTimeZones.Add (FindSystemTimeZoneById (id));
426 return ConvertTime (dateTime, FindSystemTimeZoneById (destinationTimeZoneId));
435 source_tz = FindSystemTimeZoneById (sourceTimeZoneId);
438 return ConvertTime (dateTime, source_tz, FindSystemTimeZoneById (destinationTimeZoneId));
443 return ConvertTime (dateTimeOffset, FindSystemTimeZoneById (destinationTimeZoneId));
552 public static TimeZoneInfo FindSystemTimeZoneById (string id)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/
H A DTimeZoneInfoTests.cs15 TimeZoneInfo cst = TimeZoneInfo.FindSystemTimeZoneById(s_strSydney); in ClearCachedData()
226 TimeZoneInfo rome = TimeZoneInfo.FindSystemTimeZoneById("Europe/Rome"); in HasSameRules_RomeAndVatican()
227 TimeZoneInfo vatican = TimeZoneInfo.FindSystemTimeZoneById("Europe/Vatican"); in HasSameRules_RomeAndVatican()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DTimeZoneInfo.cs561 ConvertTime(dateTimeOffset, FindSystemTimeZoneById(destinationTimeZoneId)); in ConvertTimeBySystemTimeZoneId()
567 ConvertTime(dateTime, FindSystemTimeZoneById(destinationTimeZoneId)); in ConvertTimeBySystemTimeZoneId()
582 …return ConvertTime(dateTime, cachedData.Local, FindSystemTimeZoneById(destinationTimeZoneId), Time… in ConvertTimeBySystemTimeZoneId()
586 …return ConvertTime(dateTime, s_utcTimeZone, FindSystemTimeZoneById(destinationTimeZoneId), TimeZon… in ConvertTimeBySystemTimeZoneId()
590 …return ConvertTime(dateTime, FindSystemTimeZoneById(sourceTimeZoneId), FindSystemTimeZoneById(dest… in ConvertTimeBySystemTimeZoneId()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A DTimeZoneInfo.WinRT.cs68 public static TimeZoneInfo FindSystemTimeZoneById(string id) in FindSystemTimeZoneById() method in System.TimeZoneInfo
H A DTimeZoneInfo.cs684 return ConvertTime(dateTimeOffset, FindSystemTimeZoneById(destinationTimeZoneId)); in ConvertTimeBySystemTimeZoneId()
689 return ConvertTime(dateTime, FindSystemTimeZoneById(destinationTimeZoneId)); in ConvertTimeBySystemTimeZoneId()
702 …return ConvertTime(dateTime, cachedData.Local, FindSystemTimeZoneById(destinationTimeZoneId), Time… in ConvertTimeBySystemTimeZoneId()
712 …return ConvertTime(dateTime, s_utcTimeZone, FindSystemTimeZoneById(destinationTimeZoneId), TimeZon… in ConvertTimeBySystemTimeZoneId()
716 …return ConvertTime(dateTime, FindSystemTimeZoneById(sourceTimeZoneId), FindSystemTimeZoneById(dest… in ConvertTimeBySystemTimeZoneId()
H A DTimeZoneInfo.Unix.cs140 public static TimeZoneInfo FindSystemTimeZoneById(string id) in FindSystemTimeZoneById() method in System.TimeZoneInfo
H A DTimeZoneInfo.Win32.cs358 public static TimeZoneInfo FindSystemTimeZoneById(string id) in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dtimezoneinfo.cs663 return ConvertTime(dateTimeOffset, FindSystemTimeZoneById(destinationTimeZoneId)); in ConvertTimeBySystemTimeZoneId()
670 return ConvertTime(dateTime, FindSystemTimeZoneById(destinationTimeZoneId)); in ConvertTimeBySystemTimeZoneId()
683 …return ConvertTime(dateTime, cachedData.Local, FindSystemTimeZoneById(destinationTimeZoneId), Time… in ConvertTimeBySystemTimeZoneId()
692 …return ConvertTime(dateTime, cachedData.Utc, FindSystemTimeZoneById(destinationTimeZoneId), TimeZo… in ConvertTimeBySystemTimeZoneId()
695 …return ConvertTime(dateTime, FindSystemTimeZoneById(sourceTimeZoneId), FindSystemTimeZoneById(dest… in ConvertTimeBySystemTimeZoneId()
1948 static public TimeZoneInfo FindSystemTimeZoneById(string id) { in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Core.cs80 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs2547 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs4235 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A Dmscorlib.cs4529 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A Dmscorlib.cs4529 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A Dmscorlib.cs4469 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A Dmscorlib.cs4468 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A Dmscorlib.cs4550 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A Dmscorlib.cs4469 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A Dmscorlib.cs4469 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A Dmscorlib.cs4529 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmscorlib.cs4619 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A Dmscorlib.cs4488 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A Dmscorlib.cs4570 public static System.TimeZoneInfo FindSystemTimeZoneById(string id) { throw null; } in FindSystemTimeZoneById() method in System.TimeZoneInfo

12