Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- IfElseDesigner.xaml.cs
- OracleConnection.cs
- EventSourceCreationData.cs
- KeySplineConverter.cs
- MessageQueuePermissionAttribute.cs
- TableItemPattern.cs
- Package.cs
- ColumnHeader.cs
- MenuItemCollection.cs
- LinkClickEvent.cs
- OdbcCommandBuilder.cs
- ChannelServices.cs
- TextEditorThreadLocalStore.cs
- Triplet.cs
- CryptoConfig.cs
- ManagementClass.cs
- PlainXmlDeserializer.cs
- _LazyAsyncResult.cs
- StateMachineWorkflowInstance.cs
- GatewayDefinition.cs
- CheckBoxPopupAdapter.cs
- ProbeDuplexCD1AsyncResult.cs
- Trigger.cs
- X509SubjectKeyIdentifierClause.cs
- ConfigurationPermission.cs
- Base64Stream.cs
- PackageFilter.cs
- BinaryObjectWriter.cs
- MimeTypeAttribute.cs
- ColorContextHelper.cs
- ItemCheckedEvent.cs
- TargetException.cs
- AuthorizationSection.cs
- DefaultHttpHandler.cs
- Composition.cs
- DependencyObjectProvider.cs
- ListView.cs
- SelfIssuedAuthRSACryptoProvider.cs
- GridViewColumnCollection.cs
- KeyboardEventArgs.cs
- TracingConnectionInitiator.cs
- StorageInfo.cs
- ConfigXmlComment.cs
- HyperLink.cs
- SqlCacheDependencySection.cs
- Documentation.cs
- LocatorPartList.cs
- WebConfigurationHost.cs
- RectValueSerializer.cs
- XmlReturnReader.cs
- StronglyTypedResourceBuilder.cs
- HtmlLinkAdapter.cs
- RowUpdatingEventArgs.cs
- MiniAssembly.cs
- RoleService.cs
- SingleBodyParameterMessageFormatter.cs
- PixelShader.cs
- FrameworkElement.cs
- ViewGenResults.cs
- FileUtil.cs
- OrderPreservingPipeliningMergeHelper.cs
- SqlConnectionPoolGroupProviderInfo.cs
- AssociatedControlConverter.cs
- ParserOptions.cs
- ReadWriteSpinLock.cs
- MatrixStack.cs
- CustomError.cs
- EntityViewGenerationAttribute.cs
- SqlParameter.cs
- CryptoKeySecurity.cs
- CatalogPartChrome.cs
- AssemblyCacheEntry.cs
- RectangleHotSpot.cs
- GPPOINT.cs
- DataStreamFromComStream.cs
- RouteParser.cs
- OleDbParameter.cs
- ImageList.cs
- AppDomainAttributes.cs
- SapiRecognizer.cs
- EventNotify.cs
- EmptyEnumerator.cs
- SamlEvidence.cs
- XsltQilFactory.cs
- StringUtil.cs
- PageTheme.cs
- HtmlInputReset.cs
- CallSite.cs
- safex509handles.cs
- SingleAnimation.cs
- GlobalizationSection.cs
- MemberAccessException.cs
- XmlTypeMapping.cs
- Menu.cs
- DbExpressionVisitor.cs
- StringWriter.cs
- KerberosRequestorSecurityTokenAuthenticator.cs
- WpfWebRequestHelper.cs
- FormViewInsertedEventArgs.cs
- CheckBoxList.cs