212 references to Parse
System (1)
compmod\system\componentmodel\TimeSpanConverter.cs (1)
61
return TimeSpan.
Parse
(text, culture);
System.Configuration (2)
System\Configuration\TimeSpanValidatorAttribute.cs (2)
59
TimeSpan timeValue = TimeSpan.
Parse
(value, CultureInfo.InvariantCulture);
74
TimeSpan timeValue = TimeSpan.
Parse
(value, CultureInfo.InvariantCulture);
System.Data.Linq (1)
DbConvert.cs (1)
115
return TimeSpan.
Parse
(value.ToString(), Globalization.CultureInfo.InvariantCulture);
System.IdentityModel (6)
System\IdentityModel\Configuration\Properties.cs (6)
193
properties.Add(new ConfigurationProperty("maximumClockSkew", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter(), new System.IdentityModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
245
properties.Add(new ConfigurationProperty("expirationPeriod", typeof(System.TimeSpan), System.TimeSpan.
Parse
("10675199.02:48:05.4775807", CultureInfo.InvariantCulture), new System.IdentityModel.Configuration.TimeSpanOrInfiniteConverter(), new System.IdentityModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("10675199.02:48:05.4775807", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
System.ServiceModel (164)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
105
TimeSpan timeout = TimeSpan.
Parse
(value, CultureInfo.InvariantCulture);
System\ServiceModel\Configuration\Properties.cs (144)
65
properties.Add(new ConfigurationProperty("receiveTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:30", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
93
properties.Add(new ConfigurationProperty("receiveTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:30", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
680
properties.Add(new ConfigurationProperty("idleTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:02:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
681
properties.Add(new ConfigurationProperty("leaseTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:10:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
804
properties.Add(new ConfigurationProperty("transactionTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
911
properties.Add(new ConfigurationProperty("channelInitializationTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:30", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00.0000001", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
914
properties.Add(new ConfigurationProperty("maxOutputDelay", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00.2", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
940
properties.Add(new ConfigurationProperty("closeTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
941
properties.Add(new ConfigurationProperty("openTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
942
properties.Add(new ConfigurationProperty("receiveTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:10:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
943
properties.Add(new ConfigurationProperty("sendTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1227
properties.Add(new ConfigurationProperty("closeTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:10", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1228
properties.Add(new ConfigurationProperty("openTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1360
properties.Add(new ConfigurationProperty("requestInitializationTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1460
properties.Add(new ConfigurationProperty("maxIssuedTokenCachingTime", typeof(System.TimeSpan), System.TimeSpan.
Parse
("10675199.02:48:05.4775807", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1603
properties.Add(new ConfigurationProperty("maxClockSkew", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1604
properties.Add(new ConfigurationProperty("maxCookieCachingTime", typeof(System.TimeSpan), System.TimeSpan.
Parse
("10675199.02:48:05.4775807", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1605
properties.Add(new ConfigurationProperty("replayWindow", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1606
properties.Add(new ConfigurationProperty("sessionKeyRenewalInterval", typeof(System.TimeSpan), System.TimeSpan.
Parse
("10:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1607
properties.Add(new ConfigurationProperty("sessionKeyRolloverInterval", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1609
properties.Add(new ConfigurationProperty("timestampValidityDuration", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1635
properties.Add(new ConfigurationProperty("issuedCookieLifetime", typeof(System.TimeSpan), System.TimeSpan.
Parse
("10:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1638
properties.Add(new ConfigurationProperty("maxClockSkew", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1639
properties.Add(new ConfigurationProperty("negotiationTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1640
properties.Add(new ConfigurationProperty("replayWindow", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1641
properties.Add(new ConfigurationProperty("inactivityTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:02:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1642
properties.Add(new ConfigurationProperty("sessionKeyRenewalInterval", typeof(System.TimeSpan), System.TimeSpan.
Parse
("15:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1643
properties.Add(new ConfigurationProperty("sessionKeyRolloverInterval", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1647
properties.Add(new ConfigurationProperty("timestampValidityDuration", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1812
properties.Add(new ConfigurationProperty("retryCycleDelay", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:30:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1813
properties.Add(new ConfigurationProperty("timeToLive", typeof(System.TimeSpan), System.TimeSpan.
Parse
("1.00:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1816
properties.Add(new ConfigurationProperty("validityDuration", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1922
properties.Add(new ConfigurationProperty("retryCycleDelay", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:30:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1924
properties.Add(new ConfigurationProperty("timeToLive", typeof(System.TimeSpan), System.TimeSpan.
Parse
("1.00:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
1927
properties.Add(new ConfigurationProperty("validityDuration", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2034
properties.Add(new ConfigurationProperty("idleTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:02:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2239
properties.Add(new ConfigurationProperty("keepAliveInterval", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("-00:00:00.0010000", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2702
properties.Add(new ConfigurationProperty("closeTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2703
properties.Add(new ConfigurationProperty("openTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2704
properties.Add(new ConfigurationProperty("receiveTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:10:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2705
properties.Add(new ConfigurationProperty("sendTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:01:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2887
properties.Add(new ConfigurationProperty("inactivityTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:10:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00.0000001", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2935
properties.Add(new ConfigurationProperty("acknowledgementInterval", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00.2", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00.0000001", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
2937
properties.Add(new ConfigurationProperty("inactivityTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:10:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00.0000001", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
3661
properties.Add(new ConfigurationProperty("cachedLogonTokenLifetime", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:15:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00.0000001", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
4568
properties.Add(new ConfigurationProperty("transactionTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
4593
properties.Add(new ConfigurationProperty("leaseTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:05:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
4594
properties.Add(new ConfigurationProperty("idleTimeout", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:02:00", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Dispatcher\XPathMessageContext.cs (1)
1701
return TimeSpan.
Parse
(spanStr, CultureInfo.InvariantCulture).TotalDays;
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
102
Fx.Assert(TimeSpan.
Parse
(defaultClientMaxTokenCachingTimeString, CultureInfo.InvariantCulture) == TimeSpan.MaxValue, "TimeSpan value not correct");
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (3)
28
internal static readonly TimeSpan defaultServerMaxNegotiationLifetime = TimeSpan.
Parse
(defaultServerMaxNegotiationLifetimeString, CultureInfo.InvariantCulture);
29
internal static readonly TimeSpan defaultServerIssuedTokenLifetime = TimeSpan.
Parse
(defaultServerIssuedTokenLifetimeString, CultureInfo.InvariantCulture);
30
internal static readonly TimeSpan defaultServerIssuedTransitionTokenLifetime = TimeSpan.
Parse
(defaultServerIssuedTransitionTokenLifetimeString, CultureInfo.InvariantCulture);
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
71
internal static readonly TimeSpan defaultMaxClockSkew = TimeSpan.
Parse
(defaultMaxClockSkewString, CultureInfo.InvariantCulture);
72
internal static readonly TimeSpan defaultReplayWindow = TimeSpan.
Parse
(defaultReplayWindowString, CultureInfo.InvariantCulture);
75
internal static readonly TimeSpan defaultTimestampValidityDuration = TimeSpan.
Parse
(defaultTimestampValidityDurationString, CultureInfo.InvariantCulture);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
34
internal static readonly TimeSpan defaultKeyRenewalInterval = TimeSpan.
Parse
(defaultKeyRenewalIntervalString, CultureInfo.InvariantCulture);
35
internal static readonly TimeSpan defaultKeyRolloverInterval = TimeSpan.
Parse
(defaultKeyRolloverIntervalString, CultureInfo.InvariantCulture);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
35
internal static readonly TimeSpan defaultKeyRenewalInterval = TimeSpan.
Parse
(defaultKeyRenewalIntervalString, CultureInfo.InvariantCulture);
36
internal static readonly TimeSpan defaultKeyRolloverInterval = TimeSpan.
Parse
(defaultKeyRolloverIntervalString, CultureInfo.InvariantCulture);
39
internal static readonly TimeSpan defaultInactivityTimeout = TimeSpan.
Parse
(defaultInactivityTimeoutString, CultureInfo.InvariantCulture);
System\ServiceModel\Security\UserNamePasswordServiceCredential.cs (1)
21
internal static readonly TimeSpan DefaultCachedLogonTokenLifetime = TimeSpan.
Parse
(DefaultCachedLogonTokenLifetimeString, CultureInfo.InvariantCulture);
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
247
TimeSpan timeout = TimeSpan.
Parse
(value, CultureInfo.InvariantCulture);
System\ServiceModel\TimeSpanHelper.cs (4)
15
Fx.Assert(value == TimeSpan.
Parse
(text, CultureInfo.InvariantCulture), "");
21
Fx.Assert(value == TimeSpan.
Parse
(text, CultureInfo.InvariantCulture), "");
27
Fx.Assert(value == TimeSpan.
Parse
(text, CultureInfo.InvariantCulture), "");
33
Fx.Assert(value == TimeSpan.
Parse
(text, CultureInfo.InvariantCulture), "");
System.ServiceModel.Activities (15)
System\ServiceModel\Activities\ChannelCacheDefaults.cs (3)
15
internal static TimeSpan DefaultIdleTimeout = TimeSpan.
Parse
(DefaultIdleTimeoutString, CultureInfo.InvariantCulture);
21
internal static TimeSpan DefaultLeaseTimeout = TimeSpan.
Parse
(DefaultLeaseTimeoutString, CultureInfo.InvariantCulture);
27
internal static TimeSpan DefaultChannelLeaseTimeout = TimeSpan.
Parse
(DefaultChannelLeaseTimeoutString, CultureInfo.InvariantCulture);
System\ServiceModel\Activities\Configuration\ChannelSettingsElement.cs (4)
56
properties.Add(new ConfigurationProperty(ConfigurationStrings.IdleTimeout, typeof(System.TimeSpan), ChannelCacheDefaults.DefaultIdleTimeout, new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
57
properties.Add(new ConfigurationProperty(ConfigurationStrings.LeaseTimeout, typeof(System.TimeSpan), ChannelCacheDefaults.DefaultFactoryLeaseTimeoutString, new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Configuration\FactorySettingsElement.cs (4)
56
properties.Add(new ConfigurationProperty(ConfigurationStrings.IdleTimeout, typeof(System.TimeSpan), ChannelCacheDefaults.DefaultIdleTimeout, new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
57
properties.Add(new ConfigurationProperty(ConfigurationStrings.LeaseTimeout, typeof(System.TimeSpan), ChannelCacheDefaults.DefaultChannelLeaseTimeoutString, new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Configuration\WorkflowIdleElement.cs (1)
62
properties.Add(new ConfigurationProperty(TimeToUnloadString, typeof(TimeSpan), TimeSpan.
Parse
(WorkflowIdleBehavior.defaultTimeToUnloadString, CultureInfo.InvariantCulture), new TimeSpanOrInfiniteConverter(), new TimeSpanOrInfiniteValidator(TimeSpan.Zero, TimeSpan.MaxValue), ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Description\SqlWorkflowInstanceStoreBehavior.cs (2)
22
static TimeSpan defaultHostRenewalPeriod = TimeSpan.
Parse
(defaultHostRenewalString, CultureInfo.InvariantCulture);
24
static TimeSpan defaultRunnableInstancesDetectionPeriod = TimeSpan.
Parse
(defaultRunnableInstancesDetectionPeriodString, CultureInfo.InvariantCulture);
System\ServiceModel\Activities\Description\WorkflowIdleBehavior.cs (1)
19
internal static TimeSpan defaultTimeToUnload = TimeSpan.
Parse
(defaultTimeToUnloadString, CultureInfo.InvariantCulture);
System.ServiceModel.Channels (12)
System\ServiceModel\Channels\UdpConstants.cs (3)
48
public static readonly TimeSpan DelayLowerBoundTimeSpan = TimeSpan.
Parse
(DelayLowerBound, CultureInfo.InvariantCulture);
49
public static readonly TimeSpan DelayUpperBoundTimeSpan = TimeSpan.
Parse
(DelayUpperBound, CultureInfo.InvariantCulture);
50
public static readonly TimeSpan MaxDelayPerRetransmissionTimeSpan = TimeSpan.
Parse
(MaxDelayPerRetransmission, CultureInfo.InvariantCulture);
System\ServiceModel\Configuration\Properties.cs (9)
123
properties.Add(new ConfigurationProperty("delayLowerBound", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00.050", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
124
properties.Add(new ConfigurationProperty("delayUpperBound", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00.250", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
125
properties.Add(new ConfigurationProperty("maxDelayPerRetransmission", typeof(System.TimeSpan), System.TimeSpan.
Parse
("00:00:00.500", CultureInfo.InvariantCulture), new System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter(), new System.ServiceModel.Configuration.TimeSpanOrInfiniteValidator(System.TimeSpan.
Parse
("00:00:00", CultureInfo.InvariantCulture), System.TimeSpan.
Parse
("24.20:31:23.6470000", CultureInfo.InvariantCulture)), System.Configuration.ConfigurationPropertyOptions.None));
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryDefaults.cs (2)
13
public static readonly TimeSpan DiscoveryOperationDuration = TimeSpan.
Parse
(DiscoveryOperationDurationString, CultureInfo.InvariantCulture);
26
public static readonly TimeSpan AppMaxDelay = TimeSpan.
Parse
(AppMaxDelayString, CultureInfo.InvariantCulture);
System.Web (1)
UI\WebControls\Parameter.cs (1)
271
return TimeSpan.
Parse
(value.ToString(), CultureInfo.CurrentCulture);
System.Web.Entity (1)
System\Data\WebControls\WebControlParameterProxy.cs (1)
130
: TimeSpan.
Parse
(paramValue.ToString(), CultureInfo.CurrentCulture);
System.Workflow.Activities (1)
Delay.cs (1)
238
parsedTimespan = TimeSpan.
Parse
(timeSpan, CultureInfo.InvariantCulture);
System.Workflow.ComponentModel (2)
AuthoringOM\Behaviors\WorkflowTransactionOptions.cs (1)
99
parsedTimespan = TimeSpan.
Parse
(timeSpan, CultureInfo.InvariantCulture);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
1257
propVal = TimeSpan.
Parse
(value, CultureInfo.InvariantCulture);
System.WorkflowServices (4)
System\ServiceModel\Description\PersistenceProviderBehavior.cs (1)
14
internal static readonly TimeSpan DefaultPersistenceOperationTimeout = TimeSpan.
Parse
(DefaultPersistenceOperationTimeoutString, CultureInfo.InvariantCulture);
System\ServiceModel\Description\WorkflowRuntimeBehavior.cs (1)
16
internal static readonly TimeSpan DefaultCachedInstanceExpiration = TimeSpan.
Parse
(DefaultCachedInstanceExpirationString, CultureInfo.InvariantCulture);
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
95
this.LockTimeout = TimeSpan.
Parse
(parameters[key], CultureInfo.InvariantCulture);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
318
return TimeSpan.
Parse
(value, CultureInfo.InvariantCulture);