13 references to Seconds
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
284
sb.Append(Math.Abs(timeSpan.
Seconds
));
System (1)
net\System\Net\mail\SmtpDateTime.cs (1)
429
Debug.Assert(span.
Seconds
== 0, "Span had seconds value");
System.Data (3)
fx\src\data\System\Data\ProviderBase\DbBuffer.cs (1)
615
unchecked((short)value.
Seconds
),
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
820
if (_errorState || retryStopwatch.Elapsed.
Seconds
>= 30) {
821
Bid.NotificationsTrace("<sc.SqlConnectionContainer.Stop|DEP|ERR> forcing cleanup. elapsedSeconds: '%d', _errorState: '%d'.\n", retryStopwatch.Elapsed.
Seconds
, _errorState);
System.Management (2)
ManagementDatetime.cs (2)
444
dmtftimespan = (dmtftimespan + timespan.
Seconds
.ToString(frmInt32).PadLeft(2, '0'));
449
TimeSpan tsTemp = new TimeSpan(timespan.Days ,timespan.Hours,timespan.Minutes ,timespan.
Seconds
,0);
System.ServiceModel (1)
System\ServiceModel\Administration\WbemProvider.cs (1)
942
new object[] { ts.Days, ts.Hours, ts.Minutes, ts.
Seconds
, ts.Milliseconds, microSeconds });
System.Web (3)
Cache\SqlCacheDependency.cs (2)
798
timeout = Math.Max(context.Timeout.
Seconds
/ 3, 30);
1018
timeout = Math.Max(context.Timeout.
Seconds
/ 3, 30);
State\sqlstateclientmanager.cs (1)
831
if (s_retryInterval.
Seconds
<= 0) {
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
224
if (lastWrite.
Seconds
< Settings.Timeout.
Seconds
)