Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- GroupItem.cs
- VirtualizingStackPanel.cs
- ExpandCollapsePattern.cs
- BitmapEffectGeneralTransform.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- ObjectListField.cs
- XmlParser.cs
- Geometry3D.cs
- InkPresenter.cs
- KeyConstraint.cs
- SafeArrayRankMismatchException.cs
- NativeBuffer.cs
- ApplicationTrust.cs
- ScriptControl.cs
- SchemaElement.cs
- _ConnectStream.cs
- HandlerFactoryWrapper.cs
- ByeOperation11AsyncResult.cs
- EventProperty.cs
- M3DUtil.cs
- SqlBulkCopyColumnMapping.cs
- WhereQueryOperator.cs
- input.cs
- SettingsContext.cs
- PiiTraceSource.cs
- ADConnectionHelper.cs
- UIElement.cs
- AmbientEnvironment.cs
- AppSettingsExpressionBuilder.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- InterleavedZipPartStream.cs
- Transform.cs
- ItemTypeToolStripMenuItem.cs
- EntityClientCacheEntry.cs
- WebPartPersonalization.cs
- ProfileGroupSettingsCollection.cs
- Collection.cs
- RSAOAEPKeyExchangeDeformatter.cs
- OdbcError.cs
- CodeValidator.cs
- BasicKeyConstraint.cs
- WSSecureConversation.cs
- RepeaterItem.cs
- SecurityTokenProvider.cs
- ProcessHostConfigUtils.cs
- filewebresponse.cs
- XamlPoint3DCollectionSerializer.cs
- SHA256Managed.cs
- ManipulationPivot.cs
- MeasureItemEvent.cs
- DSACryptoServiceProvider.cs
- ParameterBuilder.cs
- RoleManagerEventArgs.cs
- TimeZone.cs
- PropertyDescriptorComparer.cs
- DbTransaction.cs
- MetadataPropertyCollection.cs
- TrackingConditionCollection.cs
- UniformGrid.cs
- DbSourceCommand.cs
- ProxyWebPartConnectionCollection.cs
- HybridDictionary.cs
- DBSqlParser.cs
- SecurityDescriptor.cs
- IntegrationExceptionEventArgs.cs
- RawStylusInputReport.cs
- TextDecoration.cs
- XmlReflectionMember.cs
- CurrentChangingEventArgs.cs
- MaskInputRejectedEventArgs.cs
- HealthMonitoringSectionHelper.cs
- ToolBarOverflowPanel.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- Char.cs
- ComponentCommands.cs
- Maps.cs
- HtmlInputPassword.cs
- dataSvcMapFileLoader.cs
- XmlTypeMapping.cs
- AddingNewEventArgs.cs
- Inflater.cs
- OdbcParameterCollection.cs
- CompilerErrorCollection.cs
- DataServiceBehavior.cs
- DesignerView.Commands.cs
- DataObjectMethodAttribute.cs
- Int32Storage.cs
- Form.cs
- ReaderOutput.cs
- ClassValidator.cs
- UniqueIdentifierService.cs
- FormViewDeletedEventArgs.cs
- DetailsViewCommandEventArgs.cs
- RowParagraph.cs
- SecurityState.cs
- COM2ExtendedBrowsingHandler.cs
- precedingquery.cs
- XmlNamespaceDeclarationsAttribute.cs
- MSHTMLHostUtil.cs
- CssClassPropertyAttribute.cs