Click or drag to resize

TimeExtentions Class

A static class for handling TimeSpans.
Inheritance Hierarchy
SystemObject
  WhetStone.Units.TimeTimeExtentions

Namespace:  WhetStone.Units.Time
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static class TimeExtentions

The TimeExtentions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDivide(TimeSpan, Double)
Get a TimeSpan divided by a factor.
Public methodStatic memberDivide(TimeSpan, TimeSpan)
Get the ratio between two TimeSpans.
Public methodStatic memberMultiply
Get a TimeSpan multiplied by a factor.
Top
See Also