This is preliminary documentation and is subject to change.

ExtendedTimeSpan Structure

An timespan class adapted for the ExtendedDateTime class

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public readonly struct ExtendedTimeSpan
Inheritance
Object    ValueType    ExtendedTimeSpan

Properties

Days Gets the days.
Hours Gets the hours.
Minutes Gets the minutes.
Months Gets the months.
Seconds Gets the seconds.
TimeSpan Gets the time span.
TotalDays Gets the total days.
TotalHours Gets the total hours.
TotalMinutes Gets the total minutes.
TotalMonths Gets the total months.
TotalSeconds Gets the total seconds.
TotalYears Gets the total years.
Years Gets the years.

See Also