Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- XmlSchemaDocumentation.cs
- MatrixIndependentAnimationStorage.cs
- PathGeometry.cs
- RectangleF.cs
- DbConnectionHelper.cs
- NotifyParentPropertyAttribute.cs
- ExecutionContext.cs
- BitmapEffectGroup.cs
- DisplayNameAttribute.cs
- InternalBufferOverflowException.cs
- InvokeBinder.cs
- OleDbReferenceCollection.cs
- AttributeAction.cs
- SimpleHandlerFactory.cs
- PtsHost.cs
- LessThan.cs
- RuntimeEnvironment.cs
- Volatile.cs
- UmAlQuraCalendar.cs
- TraceSection.cs
- FlowLayout.cs
- StylusCollection.cs
- InstanceDescriptor.cs
- DocumentPageViewAutomationPeer.cs
- MsmqHostedTransportConfiguration.cs
- AtomEntry.cs
- ComponentRenameEvent.cs
- TextTreeRootNode.cs
- WebExceptionStatus.cs
- CorrelationTokenInvalidatedHandler.cs
- IntSecurity.cs
- DataControlFieldCell.cs
- mongolianshape.cs
- TextRangeBase.cs
- TextEditorSelection.cs
- XmlUrlEditor.cs
- DataControlButton.cs
- BookmarkEventArgs.cs
- glyphs.cs
- LayoutEngine.cs
- ProcessExitedException.cs
- ConfigXmlWhitespace.cs
- ExceptionUtil.cs
- MasterPageCodeDomTreeGenerator.cs
- TableLayoutSettings.cs
- TextElementEnumerator.cs
- DynamicDocumentPaginator.cs
- AuthenticationConfig.cs
- ISCIIEncoding.cs
- DynamicValidatorEventArgs.cs
- hresults.cs
- ScriptResourceDefinition.cs
- FixedPageStructure.cs
- localization.cs
- PersonalizationProviderCollection.cs
- OutputCacheSettingsSection.cs
- Brushes.cs
- OutOfMemoryException.cs
- EventHandlersStore.cs
- MarginCollapsingState.cs
- JsonFormatReaderGenerator.cs
- HelloMessage11.cs
- Matrix3D.cs
- StylusSystemGestureEventArgs.cs
- SoapRpcMethodAttribute.cs
- ReadingWritingEntityEventArgs.cs
- MimeReturn.cs
- HelpInfo.cs
- CharStorage.cs
- ToolboxItem.cs
- OracleParameter.cs
- RadioButtonAutomationPeer.cs
- LineBreakRecord.cs
- InvalidCastException.cs
- GPRECT.cs
- NetTcpBindingElement.cs
- FileVersion.cs
- SQLBoolean.cs
- TimeZone.cs
- CacheRequest.cs
- IdleTimeoutMonitor.cs
- DBCSCodePageEncoding.cs
- DetailsViewRow.cs
- FtpWebRequest.cs
- ChangeProcessor.cs
- StatusBar.cs
- DialogResultConverter.cs
- ParagraphResult.cs
- TreeBuilderBamlTranslator.cs
- DispatchChannelSink.cs
- SecurityAlgorithmSuiteConverter.cs
- DataGridHeaderBorder.cs
- EntityClassGenerator.cs
- InvalidCardException.cs
- ItemChangedEventArgs.cs
- _FixedSizeReader.cs
- WorkflowViewService.cs
- RegexCompilationInfo.cs
- UnsafeNativeMethods.cs
- TrackingMemoryStream.cs