Noda Time
Between Method
NamespacesNodaTimePeriodBetween()()()()

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

Members
IconMemberDescription
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)