Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebControls / CalendarDay.cs / 1 / CalendarDay.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class CalendarDay { private DateTime date; private bool isSelectable; private bool isToday; private bool isWeekend; private bool isOtherMonth; private bool isSelected; private string dayNumberText; ///Represents a calendar day. ////// public CalendarDay(DateTime date, bool isWeekend, bool isToday, bool isSelected, bool isOtherMonth, string dayNumberText) { this.date = date; this.isWeekend = isWeekend; this.isToday = isToday; this.isOtherMonth = isOtherMonth; this.isSelected = isSelected; this.dayNumberText = dayNumberText; } ///[To be supplied.] ////// public DateTime Date { get { return date; } } ///Gets the date represented by an instance of this class. This /// property is read-only. ////// public string DayNumberText { get { return dayNumberText; } } ///Gets the string equivilent of the date represented by an instance of this class. This property is read-only. ////// public bool IsOtherMonth { get { return isOtherMonth; } } ///Gets a value indicating whether the date represented by an instance of /// this class is in a different month from the month currently being displayed. This /// property is read-only. ////// public bool IsSelectable { get { return isSelectable; } set { isSelectable = value; } } ///Gets or sets a value indicating whether the date represented /// by an instance of /// this class can be selected. ////// public bool IsSelected { get { return isSelected; } } ///Gets a value indicating whether date represented by an instance of this class is selected. This property is read-only. ////// public bool IsToday { get { return isToday; } } ///Gets a value indicating whether the date represented by an instance of this class is today's date. This property is read-only. ////// public bool IsWeekend { get { return isWeekend; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Gets a value indicating whether the date represented by an instance of /// this class is on a weekend day. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class CalendarDay { private DateTime date; private bool isSelectable; private bool isToday; private bool isWeekend; private bool isOtherMonth; private bool isSelected; private string dayNumberText; ///Represents a calendar day. ////// public CalendarDay(DateTime date, bool isWeekend, bool isToday, bool isSelected, bool isOtherMonth, string dayNumberText) { this.date = date; this.isWeekend = isWeekend; this.isToday = isToday; this.isOtherMonth = isOtherMonth; this.isSelected = isSelected; this.dayNumberText = dayNumberText; } ///[To be supplied.] ////// public DateTime Date { get { return date; } } ///Gets the date represented by an instance of this class. This /// property is read-only. ////// public string DayNumberText { get { return dayNumberText; } } ///Gets the string equivilent of the date represented by an instance of this class. This property is read-only. ////// public bool IsOtherMonth { get { return isOtherMonth; } } ///Gets a value indicating whether the date represented by an instance of /// this class is in a different month from the month currently being displayed. This /// property is read-only. ////// public bool IsSelectable { get { return isSelectable; } set { isSelectable = value; } } ///Gets or sets a value indicating whether the date represented /// by an instance of /// this class can be selected. ////// public bool IsSelected { get { return isSelected; } } ///Gets a value indicating whether date represented by an instance of this class is selected. This property is read-only. ////// public bool IsToday { get { return isToday; } } ///Gets a value indicating whether the date represented by an instance of this class is today's date. This property is read-only. ////// public bool IsWeekend { get { return isWeekend; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Gets a value indicating whether the date represented by an instance of /// this class is on a weekend day. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ClientConfigurationHost.cs
- TemplateContent.cs
- DataGridCell.cs
- PersonalizationAdministration.cs
- StreamResourceInfo.cs
- DataKeyCollection.cs
- XmlEntityReference.cs
- ListBoxItem.cs
- CompressedStack.cs
- ConnectionStringsExpressionBuilder.cs
- PropertyMap.cs
- HttpListenerResponse.cs
- ExpressionBindings.cs
- _AuthenticationState.cs
- AssemblyResolver.cs
- webeventbuffer.cs
- PropertyDescriptorComparer.cs
- ConnectionPoolRegistry.cs
- DbConnectionOptions.cs
- HitTestFilterBehavior.cs
- FileSecurity.cs
- HandlerFactoryCache.cs
- Point3DCollection.cs
- PeerNameRecord.cs
- TextElementEditingBehaviorAttribute.cs
- EventSource.cs
- XmlEncodedRawTextWriter.cs
- SemanticTag.cs
- Rotation3D.cs
- XDRSchema.cs
- CreateUserWizardDesigner.cs
- RemotingSurrogateSelector.cs
- HttpHeaderCollection.cs
- WrappingXamlSchemaContext.cs
- XmlWrappingWriter.cs
- XmlSchemaExternal.cs
- HandlerFactoryWrapper.cs
- ToolboxItemCollection.cs
- X509Utils.cs
- GiveFeedbackEventArgs.cs
- KeyManager.cs
- DeclarativeCatalogPartDesigner.cs
- PageAsyncTaskManager.cs
- StorageConditionPropertyMapping.cs
- NotifyIcon.cs
- DataGridViewRowsRemovedEventArgs.cs
- GridViewCommandEventArgs.cs
- StrokeNodeData.cs
- DateTimeValueSerializerContext.cs
- ScrollData.cs
- ToolStripHighContrastRenderer.cs
- NumericUpDownAcceleration.cs
- FacetChecker.cs
- Vector3DAnimation.cs
- NameValuePair.cs
- RoutingSection.cs
- BitmapEffectGeneralTransform.cs
- XpsInterleavingPolicy.cs
- ToolStripOverflow.cs
- ContravarianceAdapter.cs
- unsafenativemethodstextservices.cs
- WorkflowInstance.cs
- XmlAttributes.cs
- XmlSignatureProperties.cs
- TokenBasedSetEnumerator.cs
- XPathBinder.cs
- Funcletizer.cs
- HwndAppCommandInputProvider.cs
- CommonDialog.cs
- TraceHandler.cs
- SignatureResourcePool.cs
- Relationship.cs
- Color.cs
- XmlSerializationReader.cs
- TypeUsage.cs
- DefaultObjectMappingItemCollection.cs
- ArrayEditor.cs
- EventProxy.cs
- HandledEventArgs.cs
- PrintPreviewGraphics.cs
- TextServicesDisplayAttribute.cs
- DesignTimeData.cs
- IteratorFilter.cs
- BitmapEffectInput.cs
- BufferedWebEventProvider.cs
- StyleReferenceConverter.cs
- ProfileParameter.cs
- BamlResourceDeserializer.cs
- SHA512Cng.cs
- PlanCompilerUtil.cs
- StylusPointPropertyInfoDefaults.cs
- UpdateManifestForBrowserApplication.cs
- SimpleApplicationHost.cs
- MasterPageParser.cs
- ClientRuntimeConfig.cs
- AspNetHostingPermission.cs
- ReflectionServiceProvider.cs
- WindowInteractionStateTracker.cs
- Parser.cs
- SelectionRangeConverter.cs