Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Timers / System / Timers / ElapsedEventArgs.cs / 1305376 / ElapsedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Timers { using System; using System.Diagnostics; public class ElapsedEventArgs : EventArgs { private DateTime signalTime; internal ElapsedEventArgs(int low, int high) { long fileTime = (long)((((ulong)high) << 32) | (((ulong)low) & 0xffffffff)); this.signalTime = DateTime.FromFileTime(fileTime); } public DateTime SignalTime { get { return this.signalTime; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Timers { using System; using System.Diagnostics; public class ElapsedEventArgs : EventArgs { private DateTime signalTime; internal ElapsedEventArgs(int low, int high) { long fileTime = (long)((((ulong)high) << 32) | (((ulong)low) & 0xffffffff)); this.signalTime = DateTime.FromFileTime(fileTime); } public DateTime SignalTime { get { return this.signalTime; } } } } // 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
- MemberListBinding.cs
- ConnectionProviderAttribute.cs
- Polygon.cs
- HttpServerVarsCollection.cs
- ReflectEventDescriptor.cs
- ItemDragEvent.cs
- UiaCoreApi.cs
- ToolStripHighContrastRenderer.cs
- Baml2006ReaderFrame.cs
- MetabaseServerConfig.cs
- Model3DGroup.cs
- Assembly.cs
- ModelFunctionTypeElement.cs
- OlePropertyStructs.cs
- TypeGenericEnumerableViewSchema.cs
- SkipStoryboardToFill.cs
- NameObjectCollectionBase.cs
- Int32CollectionValueSerializer.cs
- XslNumber.cs
- WinFormsSecurity.cs
- TextRunCacheImp.cs
- PrivateFontCollection.cs
- SerializationException.cs
- MatrixCamera.cs
- TypeSystemHelpers.cs
- ParagraphResult.cs
- EventLogPermission.cs
- IndexerNameAttribute.cs
- FixedStringLookup.cs
- PropertyGeneratedEventArgs.cs
- CodeCastExpression.cs
- X509CertificateTokenFactoryCredential.cs
- SqlRowUpdatedEvent.cs
- UnauthorizedWebPart.cs
- WorkflowInstanceProxy.cs
- SiblingIterators.cs
- AddressUtility.cs
- XmlILStorageConverter.cs
- DataViewManager.cs
- IpcChannel.cs
- ClonableStack.cs
- ControlCachePolicy.cs
- RegionInfo.cs
- HttpProtocolReflector.cs
- CollectionDataContractAttribute.cs
- MultiAsyncResult.cs
- PropertyChangedEventArgs.cs
- CatalogZoneDesigner.cs
- EdmEntityTypeAttribute.cs
- UrlMappingCollection.cs
- EventlogProvider.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ModelFunction.cs
- UIElementPropertyUndoUnit.cs
- ConfigurationValidatorBase.cs
- CultureTable.cs
- FixedPageStructure.cs
- XmlAnyElementAttribute.cs
- KeyedCollection.cs
- EntityContainer.cs
- BitmapEffectDrawingContextState.cs
- ExpressionPrefixAttribute.cs
- TextDecorationCollection.cs
- AsyncContentLoadedEventArgs.cs
- FactoryRecord.cs
- RectAnimationUsingKeyFrames.cs
- ClonableStack.cs
- TypeRestriction.cs
- NamespaceList.cs
- EventMap.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- TemplateControlCodeDomTreeGenerator.cs
- TcpChannelHelper.cs
- PtsContext.cs
- FormViewRow.cs
- NetTcpBindingElement.cs
- UserControl.cs
- XmlAttributes.cs
- ColorAnimationUsingKeyFrames.cs
- DBCommand.cs
- BitmapEffectInput.cs
- GlyphRunDrawing.cs
- XmlArrayAttribute.cs
- KeyedHashAlgorithm.cs
- BaseProcessor.cs
- MainMenu.cs
- XmlQueryTypeFactory.cs
- LocatorPart.cs
- FixedSOMPageElement.cs
- DPCustomTypeDescriptor.cs
- ClientTargetSection.cs
- ItemsControlAutomationPeer.cs
- View.cs
- diagnosticsswitches.cs
- EmbossBitmapEffect.cs
- UnsettableComboBox.cs
- WriteableBitmap.cs
- DbgUtil.cs
- PageCodeDomTreeGenerator.cs
- StylusCollection.cs