The DateTimeWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DateTimeWrapper(DateTime) |
Initializes a new instance of the DateTimeWrapper class.
|
![]() | DateTimeWrapper(DateTime, CultureInfo) |
Initializes a new instance of the DateTimeWrapper class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(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 | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Culture |
Gets the CultureInfo.
|
![]() | DateTime |
Gets the DateTime object.
|
![]() | Day |
Gets the 2 digit day value as a string.
|
![]() | DayOfWeek |
Gets the name for the day of the week.
|
![]() | Month |
Gets the 2 digit month value as a string.
|
![]() | MonthName |
Gets the full month name.
|
![]() | Year |
Gets the 4 digit year value as a string.
|