The IDateTime type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | ||
| AddDays | ||
| AddHours | ||
| AddMilliseconds | ||
| AddMinutes | ||
| AddMonths | ||
| AddSeconds | ||
| AddTicks | ||
| AddYears | ||
| AssociateWith | ||
| CompareTo |
Compares the current object with another object of the same type.
(Inherited from IComparable<(Of <(<'IDateTime>)>)>.) | |
| Copy<(Of <<'(T>)>>) |
Returns a copy of the current object, including
all relevent fields/properties, resulting in a
semantically equivalent copy of the object.
(which consequently passes an object.Equals(obj1, obj2)
test).
(Inherited from ICopyable.) | |
| CopyFrom |
Copies all relevant fields/properties from
the target object to the current one.
(Inherited from ICopyable.) | |
| GetService(Type) |
Gets the service object of the specified type.
(Inherited from IServiceProvider.) | |
| GetService(String) | (Inherited from IServiceProvider.) | |
| GetService<(Of <<'(T>)>>)()()()() | (Inherited from IServiceProvider.) | |
| GetService<(Of <<'(T>)>>)(String) | (Inherited from IServiceProvider.) | |
| GetValueType | (Inherited from ICalendarDataType.) | |
| GreaterThan | ||
| GreaterThanOrEqual | ||
| LessThan | ||
| LessThanOrEqual | ||
| RemoveService(String) | (Inherited from IServiceProvider.) | |
| RemoveService(Type) | (Inherited from IServiceProvider.) | |
| SetService(Object) | (Inherited from IServiceProvider.) | |
| SetService(String, Object) | (Inherited from IServiceProvider.) | |
| SetValueType | (Inherited from ICalendarDataType.) | |
| Subtract(TimeSpan) | ||
| Subtract(IDateTime) | ||
| ToString(String) | ||
| ToString(String, IFormatProvider) |
Formats the value of the current instance using the specified format.
(Inherited from IFormattable.) | |
| ToTimeZone(String) |
Converts the date/time value to a local time
within the specified time zone.
| |
| ToTimeZone(ITimeZoneInfo) |
Converts the date/time value to a local time
within the specified time zone.
|