Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Util / Msec.cs / 1 / Msec.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Msec * * Copyright (c) 1998-1999, Microsoft Corporation * */ namespace System.Web.Util { internal class Msec { internal const int ONE_SECOND = 1000; internal const int ONE_MINUTE = ONE_SECOND * 60; internal const int ONE_HOUR = ONE_MINUTE * 60; internal const int ONE_DAY = ONE_HOUR * 24; internal const int ONE_WEEK = ONE_DAY * 7; internal const long ONE_YEAR = ONE_DAY * 365L; internal const long ONE_LEAP_YEAR = ONE_DAY * 366L; private Msec() {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Msec * * Copyright (c) 1998-1999, Microsoft Corporation * */ namespace System.Web.Util { internal class Msec { internal const int ONE_SECOND = 1000; internal const int ONE_MINUTE = ONE_SECOND * 60; internal const int ONE_HOUR = ONE_MINUTE * 60; internal const int ONE_DAY = ONE_HOUR * 24; internal const int ONE_WEEK = ONE_DAY * 7; internal const long ONE_YEAR = ONE_DAY * 365L; internal const long ONE_LEAP_YEAR = ONE_DAY * 366L; private Msec() {} } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZoneLinkButton.cs
- MediaScriptCommandRoutedEventArgs.cs
- FrameworkElementFactory.cs
- DoWorkEventArgs.cs
- MetadataArtifactLoaderComposite.cs
- ObjectConverter.cs
- RequestQueryProcessor.cs
- FormViewUpdatedEventArgs.cs
- Rule.cs
- FileInfo.cs
- CompilerError.cs
- SecurityCriticalDataForSet.cs
- HyperLink.cs
- XmlDownloadManager.cs
- SizeF.cs
- StringComparer.cs
- Scalars.cs
- ValueConversionAttribute.cs
- GridViewDeletedEventArgs.cs
- FormsAuthenticationUser.cs
- AlphabeticalEnumConverter.cs
- PropertySourceInfo.cs
- ParameterCollection.cs
- DateTimePicker.cs
- CheckBoxField.cs
- ParameterCollection.cs
- AdvancedBindingPropertyDescriptor.cs
- SqlDependencyListener.cs
- AdapterUtil.cs
- SecurityDescriptor.cs
- CompiledXpathExpr.cs
- AlternateViewCollection.cs
- SerializationFieldInfo.cs
- ModuleBuilderData.cs
- ColorAnimationBase.cs
- FixedPageAutomationPeer.cs
- Process.cs
- X509Utils.cs
- FaultFormatter.cs
- DesignerAutoFormat.cs
- ChildDocumentBlock.cs
- documentsequencetextview.cs
- OdbcException.cs
- PageHandlerFactory.cs
- ChannelPoolSettings.cs
- AnnotationStore.cs
- EntityCommandExecutionException.cs
- LOSFormatter.cs
- ThemeableAttribute.cs
- PackWebRequestFactory.cs
- CompressEmulationStream.cs
- GuidelineSet.cs
- ListView.cs
- GifBitmapDecoder.cs
- FixedPageProcessor.cs
- SmtpLoginAuthenticationModule.cs
- StylusPointProperties.cs
- AdPostCacheSubstitution.cs
- DBPropSet.cs
- BooleanKeyFrameCollection.cs
- SafeCertificateContext.cs
- ApplicationBuildProvider.cs
- SettingsBindableAttribute.cs
- DataGridLinkButton.cs
- SapiRecognizer.cs
- CompilationSection.cs
- InputProcessorProfilesLoader.cs
- PointCollectionConverter.cs
- StandardToolWindows.cs
- LinqDataSourceStatusEventArgs.cs
- XmlSchemaComplexType.cs
- BitmapEffectGroup.cs
- ApplicationCommands.cs
- GreaterThanOrEqual.cs
- RegexTree.cs
- Base64Encoding.cs
- ComNativeDescriptor.cs
- MemberProjectedSlot.cs
- TeredoHelper.cs
- CommonXSendMessage.cs
- PropertyGeneratedEventArgs.cs
- RefType.cs
- XmlSubtreeReader.cs
- TypeExtensionSerializer.cs
- CopyEncoder.cs
- GridViewUpdatedEventArgs.cs
- IISUnsafeMethods.cs
- FixedTextView.cs
- TextEffect.cs
- ProgressPage.cs
- HierarchicalDataBoundControlAdapter.cs
- ChangesetResponse.cs
- ProtocolsConfiguration.cs
- LocatorPartList.cs
- SynchronizedInputPattern.cs
- Exceptions.cs
- DeploymentExceptionMapper.cs
- WsdlParser.cs
- HtmlLink.cs
- ResolveResponseInfo.cs