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.

DateOnlyExtensions

Extension methods for DateOnly.

DateTimeExtensions

Extension methods for DateTime.

DateTimeOffsetExtensions

Extension methods for DateTimeOffset.

DateTimeZoneProviderExtensions

Extensions for IDateTimeZoneProvider

DayOfWeekExtensions

Extension methods for DayOfWeek.

IsoDayOfWeekExtensions

Extension methods

StopwatchExtensions

Extension methods for Stopwatch.

TimeOnlyExtensions

Extension methods for TimeOnly.

TimeProviderExtensions

Extension methods for TimeProvider.

TimeSpanExtensions

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