Home
last modified time | relevance | path

Searched refs:ShortTimePattern (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization/tests/DateTimeFormatInfo/
H A DDateTimeFormatInfoShortTimePattern.cs16 Assert.Equal("HH:mm", DateTimeFormatInfo.InvariantInfo.ShortTimePattern); in ShortTimePattern_InvariantInfo()
32 format.ShortTimePattern = newShortTimePattern; in ShortTimePattern_Set()
33 Assert.Equal(newShortTimePattern, format.ShortTimePattern); in ShortTimePattern_Set()
39 …rows<ArgumentNullException>("value", () => new DateTimeFormatInfo().ShortTimePattern = null); // V… in ShortTimePattern_Set_Invalid()
40 …s<InvalidOperationException>(() => DateTimeFormatInfo.InvariantInfo.ShortTimePattern = "HH:mm"); /… in ShortTimePattern_Set_Invalid()
H A DDateTimeFormatInfoGetInstance.cs66 Assert.Equal(expected.ShortTimePattern, value.ShortTimePattern); in AssertSameValues()
H A DDateTimeFormatInfoClone.cs44 Assert.Equal(format.ShortTimePattern, clone.ShortTimePattern); in Clone()
H A DDateTimeFormatInfoTests.cs46 …Assert.True(dtfi.ShortTimePattern.IndexOf(timeSep) > 0, "dtfi.ShortTimePattern should be greater t… in SeparatorsTest()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization/tests/CultureInfo/
H A DCultureInfoDateTimeFormat.cs18 customDateTimeFormatInfo1.ShortTimePattern = "HH|mm"; in DateTimeFormatInfo_Set_TestData()
59 culture.DateTimeFormat.ShortTimePattern = "HH|mm"; in DateTimeFormatInfo_Set_Properties()
60 Assert.Equal("HH|mm", culture.DateTimeFormat.ShortTimePattern); in DateTimeFormatInfo_Set_Properties()
H A DCultureInfoAll.cs79 …Assert.Contains(dtfi.ShortTimePattern, new[] { GetTimeFormats(ci, TIME_NOSECONDS)[0], ReescapeWin3… in ValidateDTFI()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DDateTimeConverterTests.cs31 pattern = info.ShortDatePattern + " " + info.ShortTimePattern; in SetUp()
157 info.ShortTimePattern, culture), converter.ConvertToString ( in ConvertToString()
239 info.ShortTimePattern = "hh!mm"; in GetFormat()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/symfony/lib/i18n/
H A DsfDateFormat.class.php309 return $this->formatInfo->ShortTimePattern;
321 …ormatInfo->formatDateTime($this->formatInfo->LongDatePattern, $this->formatInfo->ShortTimePattern);
327 …rmatInfo->formatDateTime($this->formatInfo->ShortDatePattern, $this->formatInfo->ShortTimePattern);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DDateTimeConverterTests.cs54 … string formatWithTime = formatInfo.ShortDatePattern + " " + formatInfo.ShortTimePattern; in ConvertTo_WithContext()
H A DDateTimeOffsetConverterTests.cs56 … string formatWithTime = formatInfo.ShortDatePattern + " " + formatInfo.ShortTimePattern + " zzz"; in ConvertTo_WithContext()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DDateTimeConverter.cs127 format = formatInfo.ShortDatePattern + " " + formatInfo.ShortTimePattern; in ConvertTo()
H A DDateTimeOffsetConverter.cs141 … format = formatInfo.ShortDatePattern + " " + formatInfo.ShortTimePattern + " zzz"; in ConvertTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DDateTimeConverter.cs118 format = formatInfo.ShortDatePattern + " " + formatInfo.ShortTimePattern; in ConvertTo()
H A DDateTimeOffsetConverter.cs134 … format = formatInfo.ShortDatePattern + " " + formatInfo.ShortTimePattern + " zzz"; in ConvertTo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/globalization/
H A Ddatetimeformat.cs798 realFormat = dtfi.LongDatePattern + " " + dtfi.ShortTimePattern; in GetRealFormat()
825 realFormat = dtfi.ShortTimePattern; in GetRealFormat()
H A Ddatetimeformatinfo.cs458 if (shortTimePattern != null) this.ShortTimePattern = shortTimePattern; in OnDeserialized()
485 o = this.ShortTimePattern; in OnSerializing()
1167 public String ShortTimePattern property in System.Globalization.DateTimeFormatInfo
1217 generalShortTimePattern = ShortDatePattern + " " + ShortTimePattern;
1882 return GetMergedPatterns(this.UnclonedShortTimePatterns, this.ShortTimePattern);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Globalization/
H A DDateTimeFormat.cs872 realFormat = dtfi.LongDatePattern + " " + dtfi.ShortTimePattern; in GetRealFormat()
899 realFormat = dtfi.ShortTimePattern; in GetRealFormat()
H A DDateTimeFormatInfo.cs994 public String ShortTimePattern property in System.Globalization.DateTimeFormatInfo
1050 generalShortTimePattern = ShortDatePattern + " " + ShortTimePattern;
1732 return GetMergedPatterns(this.UnclonedShortTimePatterns, this.ShortTimePattern);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DDateTimeFormat.cs872 realFormat = dtfi.LongDatePattern + " " + dtfi.ShortTimePattern; in GetRealFormat()
899 realFormat = dtfi.ShortTimePattern; in GetRealFormat()
H A DDateTimeFormatInfo.cs994 public String ShortTimePattern property in System.Globalization.DateTimeFormatInfo
1050 generalShortTimePattern = ShortDatePattern + " " + ShortTimePattern;
1732 return GetMergedPatterns(this.UnclonedShortTimePatterns, this.ShortTimePattern);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Globalization/tests/Invariant/
H A DInvariantMode.cs520 …Equal(CultureInfo.InvariantCulture.DateTimeFormat.ShortTimePattern, ci.DateTimeFormat.ShortTimePat… in TestCultureData()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dobject-internals.h465 MonoString *ShortTimePattern; member
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs4333 public string ShortTimePattern { get { throw null; } set { } } property in System.Globalization.DateTimeFormatInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A Dmscorlib.cs6008 public string ShortTimePattern { get { throw null; } set { } } property in System.Globalization.DateTimeFormatInfo
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A Dmscorlib.cs6914 public string ShortTimePattern { get { throw null; } set { } } property in System.Globalization.DateTimeFormatInfo

12