Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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() {} } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SessionKeyExpiredException.cs
- BinaryConverter.cs
- FlagsAttribute.cs
- VisualState.cs
- ServiceCredentialsSecurityTokenManager.cs
- UnsafeNativeMethods.cs
- EDesignUtil.cs
- UseLicense.cs
- OperationFormatStyle.cs
- EnumerableRowCollectionExtensions.cs
- ApplicationGesture.cs
- BitStream.cs
- GridViewSelectEventArgs.cs
- ObjectStateManager.cs
- AgileSafeNativeMemoryHandle.cs
- CacheDependency.cs
- WinCategoryAttribute.cs
- MethodExpr.cs
- AttributeSetAction.cs
- BitmapEffectRenderDataResource.cs
- KeyFrames.cs
- SafeNativeMethods.cs
- TripleDES.cs
- Instrumentation.cs
- HttpInputStream.cs
- KeyedQueue.cs
- TextTreeUndo.cs
- OrderPreservingSpoolingTask.cs
- UnmanagedMarshal.cs
- KeyValuePair.cs
- FixedStringLookup.cs
- SqlServer2KCompatibilityCheck.cs
- C14NUtil.cs
- DesignerValidatorAdapter.cs
- MapPathBasedVirtualPathProvider.cs
- BitmapData.cs
- ToolStripItemCollection.cs
- RecordsAffectedEventArgs.cs
- RecordsAffectedEventArgs.cs
- BitmapEffectInputConnector.cs
- GridViewRowPresenter.cs
- SourceElementsCollection.cs
- SelectedDatesCollection.cs
- httpserverutility.cs
- TextEditorCopyPaste.cs
- PasswordBoxAutomationPeer.cs
- DateTimeConstantAttribute.cs
- IDispatchConstantAttribute.cs
- Publisher.cs
- DefaultValidator.cs
- wgx_exports.cs
- UnhandledExceptionEventArgs.cs
- Authorization.cs
- UIElementParaClient.cs
- TransactionScope.cs
- Scripts.cs
- CorrelationKey.cs
- TimeSpanValidator.cs
- WebResourceAttribute.cs
- SafeEventHandle.cs
- MenuItemCollection.cs
- PopOutPanel.cs
- NameValuePermission.cs
- EntityDescriptor.cs
- SecurityListenerSettingsLifetimeManager.cs
- EntityDataSourceWizardForm.cs
- Line.cs
- RuleAttributes.cs
- CurrentChangedEventManager.cs
- WebPartsSection.cs
- ExpressionNormalizer.cs
- SecuritySessionServerSettings.cs
- TimeoutHelper.cs
- TypeDescriptionProvider.cs
- ProfileSettings.cs
- ObjectStateEntryOriginalDbUpdatableDataRecord.cs
- DropShadowEffect.cs
- List.cs
- AQNBuilder.cs
- ExpressionQuoter.cs
- DecoderBestFitFallback.cs
- ConfigurationLocationCollection.cs
- DesignerEventService.cs
- panel.cs
- TypeUtil.cs
- Timer.cs
- ApplicationDirectory.cs
- ApplicationSecurityInfo.cs
- FormsAuthenticationConfiguration.cs
- ExceptionList.cs
- BorderGapMaskConverter.cs
- AlgoModule.cs
- PeerNode.cs
- SqlServer2KCompatibilityAnnotation.cs
- DBSchemaRow.cs
- EventSourceCreationData.cs
- Point3DAnimationUsingKeyFrames.cs
- PropertySegmentSerializer.cs
- WeakHashtable.cs
- PasswordBox.cs