13 instantiations of DateTimeResult
mscorlib (13)
system\globalization\datetimeparse.cs (13)
51
DateTimeResult result = new
DateTimeResult
(); // The buffer to store the parsing result.
62
DateTimeResult result = new
DateTimeResult
(); // The buffer to store the parsing result.
77
DateTimeResult resultData = new
DateTimeResult
(); // The buffer to store the parsing result.
89
DateTimeResult resultData = new
DateTimeResult
(); // The buffer to store the parsing result.
126
DateTimeResult result = new
DateTimeResult
(); // The buffer to store the parsing result.
139
DateTimeResult result = new
DateTimeResult
(); // The buffer to store the parsing result.
156
DateTimeResult resultData = new
DateTimeResult
(); // The buffer to store the parsing result.
171
DateTimeResult resultData = new
DateTimeResult
(); // The buffer to store the parsing result.
214
DateTimeResult innerResult = new
DateTimeResult
(); // The buffer to store the parsing result.
2276
DateTimeResult result = new
DateTimeResult
(); // The buffer to store the parsing result.
2287
DateTimeResult result = new
DateTimeResult
(); // The buffer to store the parsing result.
2302
DateTimeResult resultData = new
DateTimeResult
(); // The buffer to store the parsing result.
2314
DateTimeResult parseResult = new
DateTimeResult
(); // The buffer to store the parsing result.
56 references to DateTimeResult
mscorlib (56)
system\globalization\datetimeparse.cs (56)
51
DateTimeResult
result = new DateTimeResult(); // The buffer to store the parsing result.
62
DateTimeResult
result = new DateTimeResult(); // The buffer to store the parsing result.
77
DateTimeResult
resultData = new DateTimeResult(); // The buffer to store the parsing result.
89
DateTimeResult
resultData = new DateTimeResult(); // The buffer to store the parsing result.
100
internal static bool TryParseExact(String s, String format, DateTimeFormatInfo dtfi, DateTimeStyles style, ref
DateTimeResult
result) {
126
DateTimeResult
result = new DateTimeResult(); // The buffer to store the parsing result.
139
DateTimeResult
result = new DateTimeResult(); // The buffer to store the parsing result.
156
DateTimeResult
resultData = new DateTimeResult(); // The buffer to store the parsing result.
171
DateTimeResult
resultData = new DateTimeResult(); // The buffer to store the parsing result.
181
DateTimeFormatInfo dtfi, DateTimeStyles style, ref
DateTimeResult
result) {
214
DateTimeResult
innerResult = new DateTimeResult(); // The buffer to store the parsing result.
568
private static bool HandleTimeZone(ref __DTString str, ref
DateTimeResult
result)
600
private static Boolean Lex(DS dps, ref __DTString str, ref DateTimeToken dtok, ref DateTimeRawInfo raw, ref
DateTimeResult
result, ref DateTimeFormatInfo dtfi, DateTimeStyles styles)
1438
private static bool TryAdjustYear(ref
DateTimeResult
result, int year, out int adjustedYear)
1458
private static bool SetDateYMD(ref
DateTimeResult
result, int year, int month, int day)
1470
private static bool SetDateMDY(ref
DateTimeResult
result, int month, int day, int year)
1475
private static bool SetDateDMY(ref
DateTimeResult
result, int day, int month, int year)
1480
private static bool SetDateYDM(ref
DateTimeResult
result, int year, int day, int month)
1485
private static void GetDefaultYear(ref
DateTimeResult
result, ref DateTimeStyles styles) {
1491
private static Boolean GetDayOfNN(ref
DateTimeResult
result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) {
1530
private static Boolean GetDayOfNNN(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
1578
private static Boolean GetDayOfMN(ref
DateTimeResult
result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) {
1634
private static Boolean GetHebrewDayOfNM(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
1654
private static Boolean GetDayOfNM(ref
DateTimeResult
result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
1703
private static Boolean GetDayOfMNN(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
1771
private static Boolean GetDayOfYNN(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) {
1801
private static Boolean GetDayOfNNY(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) {
1834
private static Boolean GetDayOfYMN(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) {
1850
private static Boolean GetDayOfYN(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
1867
private static Boolean GetDayOfYM(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
1927
private static Boolean GetTimeOfN(DateTimeFormatInfo dtfi, ref
DateTimeResult
result, ref DateTimeRawInfo raw)
1947
private static Boolean GetTimeOfNN(DateTimeFormatInfo dtfi, ref
DateTimeResult
result, ref DateTimeRawInfo raw)
1962
private static Boolean GetTimeOfNNN(DateTimeFormatInfo dtfi, ref
DateTimeResult
result, ref DateTimeRawInfo raw)
1980
private static Boolean GetDateOfDSN(ref
DateTimeResult
result, ref DateTimeRawInfo raw)
1991
private static Boolean GetDateOfNDS(ref
DateTimeResult
result, ref DateTimeRawInfo raw)
2015
private static Boolean GetDateOfNNDS(ref
DateTimeResult
result, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
2056
private static bool ProcessDateTimeSuffix(ref
DateTimeResult
result, ref DateTimeRawInfo raw, ref DateTimeToken dtok)
2115
internal static Boolean ProcessHebrewTerminalState(DS dps, ref
DateTimeResult
result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi) {
2196
internal static Boolean ProcessTerminaltState(DS dps, ref
DateTimeResult
result, ref DateTimeStyles styles, ref DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
2276
DateTimeResult
result = new DateTimeResult(); // The buffer to store the parsing result.
2287
DateTimeResult
result = new DateTimeResult(); // The buffer to store the parsing result.
2302
DateTimeResult
resultData = new DateTimeResult(); // The buffer to store the parsing result.
2314
DateTimeResult
parseResult = new DateTimeResult(); // The buffer to store the parsing result.
2330
internal static bool TryParse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles, ref
DateTimeResult
result) {
2559
private static Boolean DetermineTimeZoneAdjustments(ref
DateTimeResult
result, DateTimeStyles styles, Boolean bTimeOnly) {
2627
private static Boolean DateTimeOffsetTimeZonePostProcessing(ref
DateTimeResult
result, DateTimeStyles styles) {
2687
private static Boolean AdjustTimeZoneToUniversal(ref
DateTimeResult
result) {
2709
private static Boolean AdjustTimeZoneToLocal(ref
DateTimeResult
result, bool bTimeOnly) {
2754
private static bool ParseISO8601(ref DateTimeRawInfo raw, ref __DTString str, DateTimeStyles styles, ref
DateTimeResult
result) {
3331
private static bool CheckNewValue(ref int currentValue, int newValue, char patternChar, ref
DateTimeResult
result) {
3344
private static DateTime GetDateTimeNow(ref
DateTimeResult
result, ref DateTimeStyles styles) {
3360
private static bool CheckDefaultDateTime(ref
DateTimeResult
result, ref Calendar cal, DateTimeStyles styles) {
3447
private static String ExpandPredefinedFormat(String format, ref DateTimeFormatInfo dtfi, ref ParsingInfo parseInfo, ref
DateTimeResult
result) {
3522
ref
DateTimeResult
result) {
4012
ref
DateTimeResult
result) {
4177
private static Exception GetDateTimeParseException(ref
DateTimeResult
result) {