Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / clr / src / BCL / System / Globalization / DaylightTime.cs / 1 / DaylightTime.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Globalization { using System; // This class represents a starting/ending time for a period of daylight saving time. [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class DaylightTime { internal DateTime m_start; internal DateTime m_end; internal TimeSpan m_delta; private DaylightTime() { } public DaylightTime(DateTime start, DateTime end, TimeSpan delta) { m_start = start; m_end = end; m_delta = delta; } // The start date of a daylight saving period. public DateTime Start { get { return m_start; } } // The end date of a daylight saving period. public DateTime End { get { return m_end; } } // Delta to stardard offset in ticks. public TimeSpan Delta { get { return m_delta; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== namespace System.Globalization { using System; // This class represents a starting/ending time for a period of daylight saving time. [Serializable] [System.Runtime.InteropServices.ComVisible(true)] public class DaylightTime { internal DateTime m_start; internal DateTime m_end; internal TimeSpan m_delta; private DaylightTime() { } public DaylightTime(DateTime start, DateTime end, TimeSpan delta) { m_start = start; m_end = end; m_delta = delta; } // The start date of a daylight saving period. public DateTime Start { get { return m_start; } } // The end date of a daylight saving period. public DateTime End { get { return m_end; } } // Delta to stardard offset in ticks. public TimeSpan Delta { get { return m_delta; } } } } // 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
- DatagridviewDisplayedBandsData.cs
- SchemaNames.cs
- DataGridViewCellPaintingEventArgs.cs
- QueryExpr.cs
- CompModSwitches.cs
- DoubleIndependentAnimationStorage.cs
- ConfigUtil.cs
- SimpleFieldTemplateUserControl.cs
- TableRow.cs
- LocalValueEnumerator.cs
- HealthMonitoringSectionHelper.cs
- FilterQuery.cs
- LateBoundBitmapDecoder.cs
- CommunicationObjectAbortedException.cs
- DriveNotFoundException.cs
- TreeView.cs
- WebPartZoneDesigner.cs
- SendAgentStatusRequest.cs
- SessionEndingEventArgs.cs
- ProfileBuildProvider.cs
- NavigationCommands.cs
- CheckBoxList.cs
- DataSourceControlBuilder.cs
- ApplicationException.cs
- CodeExpressionCollection.cs
- SqlTrackingWorkflowInstance.cs
- TransactionManager.cs
- GuidConverter.cs
- TableRowCollection.cs
- sapiproxy.cs
- BasicExpandProvider.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- SecurityAlgorithmSuite.cs
- TabControl.cs
- SymDocumentType.cs
- BrowserCapabilitiesCompiler.cs
- SiteMapNode.cs
- StructuralCache.cs
- ResourcesBuildProvider.cs
- ReadOnlyDataSourceView.cs
- RuntimeCompatibilityAttribute.cs
- ResourceExpressionEditor.cs
- OracleBoolean.cs
- ResponseBodyWriter.cs
- XsltOutput.cs
- TemplateXamlParser.cs
- DocumentSequence.cs
- BaseDataBoundControl.cs
- AndMessageFilterTable.cs
- WindowsGrip.cs
- RectConverter.cs
- TrustSection.cs
- TraceListener.cs
- Vars.cs
- X509CertificateCollection.cs
- M3DUtil.cs
- NumericPagerField.cs
- TypeKeyValue.cs
- ToolStripContentPanelRenderEventArgs.cs
- TrackPoint.cs
- SchemaNotation.cs
- DebugView.cs
- GraphicsContainer.cs
- RSAOAEPKeyExchangeFormatter.cs
- InteropAutomationProvider.cs
- CookieHandler.cs
- FileUtil.cs
- EasingQuaternionKeyFrame.cs
- HttpRawResponse.cs
- FunctionMappingTranslator.cs
- RemoteCryptoDecryptRequest.cs
- SrgsNameValueTag.cs
- RenderingBiasValidation.cs
- HttpBindingExtension.cs
- _LazyAsyncResult.cs
- XXXInfos.cs
- SQLRoleProvider.cs
- TransactionScope.cs
- _SSPIWrapper.cs
- ClientScriptManagerWrapper.cs
- PinnedBufferMemoryStream.cs
- CustomCategoryAttribute.cs
- ellipse.cs
- PtsHelper.cs
- Hex.cs
- PackageStore.cs
- AliasExpr.cs
- ConnectivityStatus.cs
- ReflectionHelper.cs
- ErrorWebPart.cs
- CompositeFontParser.cs
- ErrorsHelper.cs
- _AcceptOverlappedAsyncResult.cs
- AssociationSetMetadata.cs
- ToolStripGripRenderEventArgs.cs
- TraceHandlerErrorFormatter.cs
- EmptyReadOnlyDictionaryInternal.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- TraceFilter.cs
- TabControlCancelEvent.cs