Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Services / Timers / System / Timers / ElapsedEventArgs.cs / 1 / 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
- SettingsBase.cs
- EncryptedData.cs
- WebPartExportVerb.cs
- XmlnsDictionary.cs
- XPathSelectionIterator.cs
- HWStack.cs
- ChameleonKey.cs
- PopupControlService.cs
- LinqDataSourceContextEventArgs.cs
- StringBuilder.cs
- BindingNavigator.cs
- StylusDevice.cs
- HWStack.cs
- ReflectionUtil.cs
- ObjectParameter.cs
- OracleSqlParser.cs
- FontDriver.cs
- IsolatedStorage.cs
- PreloadedPackages.cs
- Unit.cs
- BinaryReader.cs
- COAUTHINFO.cs
- FlowDecisionLabelFeature.cs
- GlobalItem.cs
- DefaultValueTypeConverter.cs
- validationstate.cs
- ProxyWebPart.cs
- MenuCommands.cs
- HttpResponseHeader.cs
- RoutedUICommand.cs
- AxisAngleRotation3D.cs
- SplitterEvent.cs
- DelegatingChannelListener.cs
- WebPartCloseVerb.cs
- baseshape.cs
- ToolStripItemDataObject.cs
- GridViewActionList.cs
- RuntimeHandles.cs
- IISUnsafeMethods.cs
- Workspace.cs
- WebPartEditorCancelVerb.cs
- WindowsMenu.cs
- StandardOleMarshalObject.cs
- HostedHttpTransportManager.cs
- StorageFunctionMapping.cs
- CompilationSection.cs
- TypeConverterAttribute.cs
- ListControlBoundActionList.cs
- XmlAttribute.cs
- DesignerPainter.cs
- CompatibleComparer.cs
- BitmapEffect.cs
- DataGridViewCellStyleChangedEventArgs.cs
- Rotation3DKeyFrameCollection.cs
- HTTPNotFoundHandler.cs
- SystemTcpStatistics.cs
- FontEmbeddingManager.cs
- RotateTransform3D.cs
- Win32PrintDialog.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- SqlUnionizer.cs
- TraceHelpers.cs
- SamlSecurityToken.cs
- SubpageParagraph.cs
- TypeInfo.cs
- SqlExpander.cs
- ManagedCodeMarkers.cs
- KeyManager.cs
- WindowsEditBoxRange.cs
- ListViewItemMouseHoverEvent.cs
- StatusBarDrawItemEvent.cs
- TextMetrics.cs
- BmpBitmapDecoder.cs
- IncrementalCompileAnalyzer.cs
- SQLDoubleStorage.cs
- ComponentRenameEvent.cs
- CodeCommentStatement.cs
- LogicalChannel.cs
- InternalEnumValidator.cs
- BinaryObjectInfo.cs
- EnumValidator.cs
- ObjectStorage.cs
- wmiprovider.cs
- TextRenderer.cs
- RenderTargetBitmap.cs
- UnsupportedPolicyOptionsException.cs
- RangeValueProviderWrapper.cs
- DrawingGroupDrawingContext.cs
- PerformanceCounterPermission.cs
- UrlPath.cs
- NumericUpDown.cs
- ModuleElement.cs
- HuffModule.cs
- CheckBoxField.cs
- ExpandCollapseProviderWrapper.cs
- BaseParagraph.cs
- RegisteredScript.cs
- WebDescriptionAttribute.cs
- XsdBuilder.cs
- SoapAttributeOverrides.cs