public interface ISingleExtendedDateTimeType : IExtendedDateTimeCollectionChild,
IExtendedDateTimeExtremityProvider, IExtendedDateTimeIndependentTypeDim instance As ISingleExtendedDateTimeTypepublic interface class ISingleExtendedDateTimeType : IExtendedDateTimeCollectionChild,
IExtendedDateTimeExtremityProvider, IExtendedDateTimeIndependentTypeNo code example is currently available or this language may not be supported.| Day | Gets the day. |
| Hour | Gets the hour. |
| IsOpen | Returns whether this instance is open, means it has defined start or end |
| IsUnknown | Returns whether this instance is unknown, has not been defined at all, as in "/2000" where the left part is unknown |
| Minute | Gets the minute. |
| Month | Gets the month. |
| Season | Gets the Season |
| Second | Gets the second. |
| TimeZoneOffset | Gets the time zone offset. |
| Year | Gets the year. |
| Earliest |
Gets the earliest possible date time.
(Inherited from IExtendedDateTimeExtremityProvider) |
| Latest |
Gets the latest possible date time.
(Inherited from IExtendedDateTimeExtremityProvider) |