Click or drag to resize

TimeSpanExtensions Class

TimeSpan extension methods.
Inheritance Hierarchy
System.Object
  NetQuarry.TimeSpanExtensions

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static class TimeSpanExtensions

The TimeSpanExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberToTimeOnly
Converts a TimeSpan to a time-only DateTime value. This is useful when handling SQL-Server Time columns because .Net maps those to TimeSpan objects.
Top
See Also