Procs
func microseconds(self: timedelta): int64 {....raises: [], tags: [], forbids: [].}
- Source Edit
func microsecondsImpl(parts: DurationParts): int64 {....raises: [], tags: [], forbids: [].}
- result is never negative. In Python, only timedelta.days may be negative Source Edit
func secondsImpl(parts: DurationParts): int64 {....raises: [], tags: [], forbids: [].}
- result is never negative. In Python, only timedelta.days may be negative Source Edit