Enumerations for pieces of date structures.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public enum DateElement |
| Visual Basic (Declaration) |
|---|
Public Enumeration DateElement |
| Visual C++ |
|---|
public enum class DateElement |
Members
| Member name | Description | |
|---|---|---|
| Year |
Year portion of the date
| |
| Month |
Month portion of the date
| |
| Day |
Month portion of the date
| |
| Hour |
Hour portion of the date
| |
| Minute |
Minute portion of the date
| |
| Second |
Second portion of the date
| |
| Millisecond |
Millisecond portion of the date
| |
| DayWeek |
Day of the week field of the date
| |
| DayYear |
Day of the year field of the date
|