Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TreeIterator.cs
- BooleanAnimationUsingKeyFrames.cs
- ContainerUtilities.cs
- ClientApiGenerator.cs
- WriteLine.cs
- SizeAnimationUsingKeyFrames.cs
- ModelPerspective.cs
- XmlDataSource.cs
- OrderPreservingSpoolingTask.cs
- MdiWindowListStrip.cs
- AuthenticationSection.cs
- CroppedBitmap.cs
- BrushConverter.cs
- ViewBase.cs
- webbrowsersite.cs
- CustomGrammar.cs
- MailBnfHelper.cs
- LinqDataSourceView.cs
- XmlAnyElementAttribute.cs
- Parser.cs
- RotateTransform3D.cs
- KeyboardNavigation.cs
- IndexedGlyphRun.cs
- BindingExpression.cs
- SmtpNtlmAuthenticationModule.cs
- RadioButton.cs
- MatchAttribute.cs
- HandleCollector.cs
- BamlResourceContent.cs
- OpCodes.cs
- UserCancellationException.cs
- XmlEntity.cs
- RowType.cs
- ListMarkerLine.cs
- PropertyEmitterBase.cs
- XmlAutoDetectWriter.cs
- XmlWellformedWriter.cs
- DataControlField.cs
- IconBitmapDecoder.cs
- DefinitionBase.cs
- KnownBoxes.cs
- PropertyChange.cs
- RepeatEnumerable.cs
- DetailsViewPagerRow.cs
- WindowsRichEditRange.cs
- DataGridViewTopRowAccessibleObject.cs
- WebPartConnectionsCloseVerb.cs
- EventLogQuery.cs
- DateTimeOffsetStorage.cs
- ToolStripDropDownItem.cs
- TCEAdapterGenerator.cs
- SecureStringHasher.cs
- DesignBindingEditor.cs
- Propagator.ExtentPlaceholderCreator.cs
- ExceptionUtil.cs
- SqlExpressionNullability.cs
- TypeBuilder.cs
- FileDialog.cs
- ProfileSettings.cs
- Collection.cs
- ReadOnlyCollectionBase.cs
- AssemblyAttributes.cs
- QueryComponents.cs
- WebServiceEnumData.cs
- ConfigurationElementProperty.cs
- SourceElementsCollection.cs
- HttpServerUtilityWrapper.cs
- DragDrop.cs
- DropAnimation.xaml.cs
- ThicknessAnimationUsingKeyFrames.cs
- StrongNamePublicKeyBlob.cs
- SSmlParser.cs
- dataobject.cs
- ProfilePropertyMetadata.cs
- NativeRecognizer.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- DbSourceParameterCollection.cs
- LightweightCodeGenerator.cs
- HttpProfileBase.cs
- XmlNodeList.cs
- ServiceNotStartedException.cs
- IOThreadTimer.cs
- KnowledgeBase.cs
- IBuiltInEvidence.cs
- CharKeyFrameCollection.cs
- FormViewPageEventArgs.cs
- StrongName.cs
- Icon.cs
- GeometryGroup.cs
- DoubleAnimation.cs
- HotSpot.cs
- CachedTypeface.cs
- BinaryObjectInfo.cs
- PermissionSetTriple.cs
- LinkConverter.cs
- TimerTable.cs
- SafeFileMappingHandle.cs
- DirectoryNotFoundException.cs
- CultureInfoConverter.cs
- BindingCompleteEventArgs.cs