Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. // //----------------------------------------------------------------------------- /* * 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnitControl.cs
- FrameworkElementAutomationPeer.cs
- DirectoryObjectSecurity.cs
- ErrorEventArgs.cs
- WindowVisualStateTracker.cs
- HttpAsyncResult.cs
- mil_sdk_version.cs
- ServicePrincipalNameElement.cs
- TemplateNodeContextMenu.cs
- RootBrowserWindowAutomationPeer.cs
- FlowLayoutPanel.cs
- ConfigurationManagerHelper.cs
- SqlDataSourceRefreshSchemaForm.cs
- CDSsyncETWBCLProvider.cs
- InheritanceContextHelper.cs
- ControlType.cs
- PermissionAttributes.cs
- StreamAsIStream.cs
- ValueOfAction.cs
- Variable.cs
- DynamicRenderer.cs
- WriterOutput.cs
- KoreanCalendar.cs
- AdornerLayer.cs
- GridViewRowPresenter.cs
- PropertyRef.cs
- HtmlFormParameterWriter.cs
- AsymmetricKeyExchangeDeformatter.cs
- ChannelEndpointElement.cs
- Unit.cs
- ActivityCollectionMarkupSerializer.cs
- SubpageParaClient.cs
- ToolboxItemAttribute.cs
- VSWCFServiceContractGenerator.cs
- TabControl.cs
- VirtualizedItemProviderWrapper.cs
- Utils.cs
- PackagingUtilities.cs
- _LazyAsyncResult.cs
- XmlNodeChangedEventManager.cs
- TakeOrSkipWhileQueryOperator.cs
- CreateInstanceBinder.cs
- HierarchicalDataSourceConverter.cs
- CodeActivity.cs
- ColorTransform.cs
- FileLevelControlBuilderAttribute.cs
- VirtualizingStackPanel.cs
- CrossAppDomainChannel.cs
- JpegBitmapEncoder.cs
- UniqueEventHelper.cs
- COM2Properties.cs
- StringComparer.cs
- RtfControls.cs
- GcHandle.cs
- RegexReplacement.cs
- WebBrowserDocumentCompletedEventHandler.cs
- ObjectDataSourceView.cs
- SchemaCreator.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- DataBoundControlAdapter.cs
- RoleManagerSection.cs
- WebReferencesBuildProvider.cs
- UriTemplateTrieLocation.cs
- SQLByteStorage.cs
- HandlerBase.cs
- TraceRecords.cs
- ScriptBehaviorDescriptor.cs
- XmlLangPropertyAttribute.cs
- ListViewUpdatedEventArgs.cs
- QueryContinueDragEventArgs.cs
- FormsAuthenticationModule.cs
- Lookup.cs
- ISO2022Encoding.cs
- CommandValueSerializer.cs
- Comparer.cs
- WindowsPrincipal.cs
- ParserContext.cs
- DocumentGrid.cs
- SecurityDescriptor.cs
- OleDbPropertySetGuid.cs
- DelegatedStream.cs
- PointLightBase.cs
- XmlSchemaInferenceException.cs
- MatrixCamera.cs
- CardSpaceShim.cs
- FullTextBreakpoint.cs
- FloatMinMaxAggregationOperator.cs
- XdrBuilder.cs
- Freezable.cs
- AdornerLayer.cs
- DictionaryGlobals.cs
- DetailsViewDeletedEventArgs.cs
- DataGridViewBindingCompleteEventArgs.cs
- StatusBarAutomationPeer.cs
- RSACryptoServiceProvider.cs
- StylusPoint.cs
- ConfigurationElement.cs
- AttributeCollection.cs
- PrintPreviewGraphics.cs
- TrackingCondition.cs