Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / CalendarDay.cs / 1305376 / CalendarDay.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System; ////// 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; ////// 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
- MULTI_QI.cs
- Configuration.cs
- SpellCheck.cs
- dtdvalidator.cs
- LoginName.cs
- SoapReflector.cs
- MaterialGroup.cs
- SoapEnvelopeProcessingElement.cs
- IIS7UserPrincipal.cs
- ObjectTag.cs
- SessionSwitchEventArgs.cs
- CngProperty.cs
- ObjectQueryProvider.cs
- ObjectTokenCategory.cs
- WebPartEditorOkVerb.cs
- ScriptDescriptor.cs
- DBNull.cs
- ExpressionVisitorHelpers.cs
- Win32.cs
- MasterPageCodeDomTreeGenerator.cs
- TextDecorationUnitValidation.cs
- SlipBehavior.cs
- Thumb.cs
- ToolStripContainerDesigner.cs
- FontFamilyIdentifier.cs
- ProtocolsConfiguration.cs
- dbenumerator.cs
- GeometryDrawing.cs
- AttributeQuery.cs
- ElementInit.cs
- ObjectDataSource.cs
- NumberFormatInfo.cs
- SafeBuffer.cs
- LinqDataSourceValidationException.cs
- DataGridViewRowsRemovedEventArgs.cs
- ControlValuePropertyAttribute.cs
- ProgressBarRenderer.cs
- WebPermission.cs
- PropertyExpression.cs
- SrgsRulesCollection.cs
- HttpModulesSection.cs
- XmlDocumentType.cs
- DependencyPropertyValueSerializer.cs
- XsltException.cs
- WebPartCollection.cs
- XsdBuildProvider.cs
- ComponentFactoryHelpers.cs
- ExpressionSelection.cs
- ArrayExtension.cs
- SqlResolver.cs
- DebugView.cs
- CheckableControlBaseAdapter.cs
- ShaderEffect.cs
- BindingValueChangedEventArgs.cs
- Single.cs
- GifBitmapDecoder.cs
- DataControlReference.cs
- UnsafeNativeMethods.cs
- DoubleLinkList.cs
- TCEAdapterGenerator.cs
- DisableDpiAwarenessAttribute.cs
- DateTimeAutomationPeer.cs
- ChannelSinkStacks.cs
- WebSysDisplayNameAttribute.cs
- HttpRawResponse.cs
- ChannelFactoryBase.cs
- ExceptionHandler.cs
- TypeConverterAttribute.cs
- TextTreeTextElementNode.cs
- SevenBitStream.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- XsltException.cs
- GroupQuery.cs
- HealthMonitoringSection.cs
- WebPartConnectionsCancelVerb.cs
- CodeSnippetStatement.cs
- SurrogateChar.cs
- SafeNativeMethodsCLR.cs
- Section.cs
- VisualStyleElement.cs
- PolicyLevel.cs
- GroupBox.cs
- TraceProvider.cs
- SrgsElementFactory.cs
- RuntimeHelpers.cs
- SessionStateContainer.cs
- DelegateArgument.cs
- SchemaElement.cs
- LambdaCompiler.Generated.cs
- ActivityXRefConverter.cs
- DataServiceRequestOfT.cs
- InstanceStoreQueryResult.cs
- MultipartIdentifier.cs
- ProxyWebPartConnectionCollection.cs
- invalidudtexception.cs
- HandledMouseEvent.cs
- TypeTypeConverter.cs
- ParameterDataSourceExpression.cs
- ISSmlParser.cs
- HttpCapabilitiesBase.cs