Noda Time
Show / Hide Table of Contents

Namespace NodaTime.Extensions

The NodaTime.Extensions namespace contains extensions for all Noda Time production types (regardless of their original namespace). Developers using C# 6 onwards are encouraged to import specific types from within this namespace in order to only expose the extension methods they're directly interested in; developers using earlier versions of C# will have to import the whole namespace and ignore extension methods they are not interested in.

Classes

ClockExtensions

Extension methods for IClock.

DateTimeExtensions

Extension methods for System.DateTime.

DateTimeOffsetExtensions

Extension methods for System.DateTimeOffset.

DateTimeZoneProviderExtensions

Extensions for IDateTimeZoneProvider

DayOfWeekExtensions

Extension methods for System.DayOfWeek.

IsoDayOfWeekExtensions

Extension methods

StopwatchExtensions

Extension methods for System.Diagnostics.Stopwatch.

TimeSpanExtensions

Extension methods for System.TimeSpan.
In this article
Back to top Generated by DocFX