Namespace: ITHit.Collab
The Date type exposes the following members.
Name | Description | |
---|---|---|
![]() | Date(DateTime) |
Creates a new instance of this class with in which all components are valid
(the Components property set to DateAndTime).
|
![]() | Date(DateTime, DateComponents) |
Creates a new instance of this class.
|
Name | Description | |
---|---|---|
![]() | Components |
Gets or sets flags that mark components are valid in DateTime returned from DateVal property.
|
![]() | DateVal |
Gets or sets date and time stored in this property. Use Components property to test or set valid
DateTime components.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The Components property contains a set of flags that specifies what components are valid in DateTime returned from DateVal property.