 | DateTimeEx Methods |
The DateTimeEx type exposes the following members.
Methods
| Name | Description |
---|
 | AddDays | |
 | AddHours | |
 | AddMilliseconds | |
 | AddMinutes | |
 | AddMonths | |
 | AddSeconds | |
 | AddTimeSpan |
Adds a timespan to the current time.
|
 | AddUsingField |
Adds to fields in the datetime.
|
 | AddYears | |
 | Ceiling | |
 | Clone | |
 | CompareTo(Object) |
Compares the current instance with another object of the same type and
returns an integer that indicates whether the current instance precedes,
follows, or occurs in the same position in the sort order as the other
object.
|
 | CompareTo(DateTimeEx) |
Compares the current object with another object of the same type.
|
 | Equals(Object) | |
 | Equals(DateTimeEx) | |
 | GetActualMaximum | |
 | GetActualMaximum(DateTimeFieldEnum) | |
 | GetActualMinimum | |
 | GetFieldValue | |
 | GetHashCode | |
  | GetInstance(TimeZoneInfo) | |
  | GetInstance(TimeZoneInfo, DateTimeEx) | |
  | GetInstance(TimeZoneInfo, DateTime) | |
  | GetInstance(TimeZoneInfo, DateTimeOffset) | |
  | GetInstance(TimeZoneInfo, Int64) | |
  | LocalInstance(DateTime) | |
  | LocalInstance(DateTimeOffset) | |
  | LocalInstance(Int64) | |
  | LocalInstance(DateTimeEx) | |
 | MoveToWeek | |
  | NowLocal | |
  | NowUtc | |
 | Round | |
 | Set(DateTime) | |
 | Set(DateTimeOffset) | |
 | Set(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
 | SetDay | |
 | SetFieldValue | |
 | SetHour | |
 | SetMaximumDay | |
 | SetMaximumMonth | |
 | SetMaximumWeek | |
 | SetMillis | |
 | SetMinimumWeek | |
 | SetMinute | |
 | SetMonth | |
 | SetSecond | |
 | SetUtcMillis | |
 | SetYear | |
 | ToString | |
 | ToString(TimeZoneInfo) | |
 | Truncate | |
  | UtcInstance(DateTime) | |
  | UtcInstance(DateTimeOffset) | |
  | UtcInstance(Int64) | |
  | UtcInstance(DateTimeEx) | |
Top
Extension Methods
See Also