Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / clr / src / BCL / System / Runtime / CompilerServices / DateTimeConstantAttribute.cs / 1 / DateTimeConstantAttribute.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Runtime.CompilerServices { [Serializable, AttributeUsage(AttributeTargets.Field | AttributeTargets.Parameter, Inherited=false)] [System.Runtime.InteropServices.ComVisible(true)] public sealed class DateTimeConstantAttribute : CustomConstantAttribute { public DateTimeConstantAttribute(long ticks) { date = new System.DateTime(ticks); } public override Object Value { get { return date; } } private System.DateTime date; } } // 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
- SecurityDescriptor.cs
- InfiniteTimeSpanConverter.cs
- TypeGeneratedEventArgs.cs
- SimpleFieldTemplateFactory.cs
- RowToFieldTransformer.cs
- RuntimeWrappedException.cs
- ByteAnimationUsingKeyFrames.cs
- DataRecordInfo.cs
- LOSFormatter.cs
- WebPartChrome.cs
- SqlMethodAttribute.cs
- LogStream.cs
- ConfigXmlWhitespace.cs
- _AutoWebProxyScriptWrapper.cs
- UpdateTranslator.cs
- Pen.cs
- PageBreakRecord.cs
- NullableDecimalSumAggregationOperator.cs
- GuidTagList.cs
- TreeBuilder.cs
- diagnosticsswitches.cs
- wmiprovider.cs
- HtmlToClrEventProxy.cs
- Panel.cs
- metadatamappinghashervisitor.cs
- ObjectSpanRewriter.cs
- Documentation.cs
- Ref.cs
- StringFunctions.cs
- SiteMapNodeCollection.cs
- GridViewDeletedEventArgs.cs
- GuidTagList.cs
- SHA512Managed.cs
- EdmError.cs
- ShutDownListener.cs
- ValueQuery.cs
- DataGridLength.cs
- TreeView.cs
- OptimizedTemplateContentHelper.cs
- ToolStripContentPanel.cs
- ContainerUtilities.cs
- ScrollData.cs
- TrackingServices.cs
- SetStateEventArgs.cs
- GPPOINTF.cs
- EventEntry.cs
- FrameAutomationPeer.cs
- PasswordRecovery.cs
- ColorConverter.cs
- MatrixTransform3D.cs
- OrderedDictionary.cs
- ExpandCollapseProviderWrapper.cs
- Site.cs
- DataListItemEventArgs.cs
- MSAANativeProvider.cs
- ErrorsHelper.cs
- ImageDesigner.cs
- MenuItemCollection.cs
- SecurityPolicySection.cs
- LocalizationParserHooks.cs
- webbrowsersite.cs
- DocumentApplicationJournalEntry.cs
- ConnectionPointGlyph.cs
- HTMLTextWriter.cs
- TextAdaptor.cs
- HyperLinkField.cs
- XPathEmptyIterator.cs
- XmlSchemaExporter.cs
- InstanceNormalEvent.cs
- LayoutExceptionEventArgs.cs
- CodeArgumentReferenceExpression.cs
- PingOptions.cs
- CodeEventReferenceExpression.cs
- EntityUtil.cs
- ClusterRegistryConfigurationProvider.cs
- DesignBindingPropertyDescriptor.cs
- Win32MouseDevice.cs
- StatusBarItemAutomationPeer.cs
- SchemaType.cs
- FamilyTypeface.cs
- querybuilder.cs
- InfoCardXmlSerializer.cs
- BlurEffect.cs
- CommentAction.cs
- StorageComplexPropertyMapping.cs
- TrustLevelCollection.cs
- DescriptionAttribute.cs
- LocalizedNameDescriptionPair.cs
- DisableDpiAwarenessAttribute.cs
- HtmlInputControl.cs
- SecurityPolicyVersion.cs
- UdpDiscoveryEndpoint.cs
- baseaxisquery.cs
- WebConfigurationManager.cs
- TempFiles.cs
- InkPresenter.cs
- ConfigXmlCDataSection.cs
- DataViewListener.cs
- ChildrenQuery.cs
- CommandTreeTypeHelper.cs