This is the complete list of members for Waher.Content.Duration, including all inherited members.
CompareTo(Duration other) | Waher.Content.Duration | |
Days | Waher.Content.Duration | |
Duration(bool Negation, int Years, int Months, int Days, int Hours, int Minutes, double Seconds) | Waher.Content.Duration | |
Duration(string s) | Waher.Content.Duration | |
Equals(object obj) | Waher.Content.Duration | |
FromDays(int Days) | Waher.Content.Duration | static |
FromHours(int Hours) | Waher.Content.Duration | static |
FromMinutes(int Minutes) | Waher.Content.Duration | static |
FromMonths(int Months) | Waher.Content.Duration | static |
FromSeconds(int Seconds) | Waher.Content.Duration | static |
FromTimeSpan(System.TimeSpan TS) | Waher.Content.Duration | static |
FromYears(int Years) | Waher.Content.Duration | static |
GetDurationBetween(System.DateTime From, System.DateTime To) | Waher.Content.Duration | static |
GetHashCode() | Waher.Content.Duration | |
Hours | Waher.Content.Duration | |
Minutes | Waher.Content.Duration | |
Months | Waher.Content.Duration | |
Negate() | Waher.Content.Duration | |
Negation | Waher.Content.Duration | |
operator!=(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator+(System.DateTime Timepoint, Duration Offset) | Waher.Content.Duration | static |
operator+(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator-(System.DateTime Timepoint, Duration Offset) | Waher.Content.Duration | static |
operator-(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator<(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator<=(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator==(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator>(Duration D1, Duration D2) | Waher.Content.Duration | static |
operator>=(Duration D1, Duration D2) | Waher.Content.Duration | static |
Parse(string s) | Waher.Content.Duration | static |
Seconds | Waher.Content.Duration | |
ToString() | Waher.Content.Duration | |
TryParse(string s, out Duration Result) | Waher.Content.Duration | static |
Years | Waher.Content.Duration | |
Zero | Waher.Content.Duration | static |