[This is preliminary documentation and is subject to change.]

Icon | Member | Description |
---|---|---|
![]() ![]() | Between(LocalDateTime, LocalDateTime, PeriodUnits) |
Returns the period between a start and an end date/time, using only the given units.
|
![]() ![]() | Between(LocalDateTime, LocalDateTime) |
Returns the exact difference between two date/times.
|
![]() ![]() | Between(LocalDate, LocalDate, PeriodUnits) |
Returns the period between a start and an end date, using only the given units.
|
![]() ![]() | Between(LocalDate, LocalDate) |
Returns the exact difference between two dates.
|
![]() ![]() | Between(LocalTime, LocalTime, PeriodUnits) |
Returns the period between a start and an end time, using only the given units.
|
![]() ![]() | Between(LocalTime, LocalTime) |
Returns the exact difference between two times.
|
Assembly: NodaTime (Module: NodaTime.dll) Version: 1.2.0.0 (1.2.0)