src/pylib/Lib/datetime_impl/timedelta_impl/getter

Search:
Group by:
Source   Edit  

Procs

func days(self: timedelta): int64 {....raises: [], tags: [], forbids: [].}
Source   Edit  
func daysImpl(parts: DurationParts): int64 {....raises: [], tags: [], forbids: [].}
Source   Edit  
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 seconds(self: timedelta): int64 {....raises: [], tags: [], forbids: [].}
Source   Edit  
func secondsImpl(parts: DurationParts): int64 {....raises: [], tags: [],
    forbids: [].}
result is never negative. In Python, only timedelta.days may be negative Source   Edit