8 references to FromHours
mscorlib (1)
system\runtime\remoting\remotingconfigparser.cs (1)
1837case "h": span = TimeSpan.FromHours(value); break;
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
130static private TimeSpan _ColumnEncryptionKeyCacheTtl = TimeSpan.FromHours(2);
System.IdentityModel (2)
System\IdentityModel\Configuration\SecurityTokenServiceConfiguration.cs (1)
24TimeSpan _defaultTokenLifetime = TimeSpan.FromHours(1.0);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
33public static readonly TimeSpan DefaultLifetime = TimeSpan.FromHours(10);
System.ServiceModel (1)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (1)
39this.defaultLifeTime = TimeSpan.FromHours(1);
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
48static readonly TimeSpan InsufficientMemoryLogIntervalDuration = TimeSpan.FromHours(1);
System.Web.DataVisualization (1)
Common\General\ChartElement.cs (1)
1293 span = TimeSpan.FromHours(interval);
System.Windows.Forms.DataVisualization (1)
Common\General\ChartElement.cs (1)
1293 span = TimeSpan.FromHours(interval);