13 references to AddHours
mscorlib (1)
system\datetimeoffset.cs (1)
386return new DateTimeOffset(ClockDateTime.AddHours(hours), Offset);
System (1)
net\System\Net\_HTTPDateParse.cs (1)
452dtOut.AddHours(offset);
System.IdentityModel (3)
System\IdentityModel\Claims\WindowsClaimSet.cs (2)
34: this(windowsIdentity, includeWindowsGroups, DateTime.UtcNow.AddHours(10)) 54: this( windowsIdentity, authenticationType, includeWindowsGroups, DateTime.UtcNow.AddHours( 10 ), clone )
System\IdentityModel\Tokens\WindowsSecurityToken.cs (1)
36Initialize( id, authenticationType, effectiveTime, DateTime.UtcNow.AddHours( 10 ), windowsIdentity, true );
System.ServiceModel (5)
System\ServiceModel\Channels\PeerSecurityHelpers.cs (1)
333DateTime expirationTime = DateTime.UtcNow.AddHours(10);
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (2)
32this.expirationTime = this.effectiveTime.AddHours(10); 41this.expirationTime = this.effectiveTime.AddHours(10);
System\ServiceModel\Security\WSTrustChannel.cs (2)
506expires = DateTime.UtcNow.AddHours(10); 512expires = DateTime.UtcNow.AddHours(10);
System.ServiceModel.Web (1)
System\ServiceModel\Web\HttpDateParse.cs (1)
460dtOut.AddHours(offset);
System.Web.DataVisualization (1)
Common\General\Label.cs (1)
302labelEnd = DateTime.FromOADate(labelStart).AddHours(labelsStep).ToOADate();
System.Windows.Forms.DataVisualization (1)
Common\General\Label.cs (1)
302labelEnd = DateTime.FromOADate(labelStart).AddHours(labelsStep).ToOADate();