Header menu logo bristlecone

TimeExtensions Module

Contains F#-friendly extension methods for .NET time types.

Type extensions

Type extension Description

DateTime.Create(day) (month) (year)

Full Usage: DateTime.Create(day) (month) (year)

Parameters:
    day : int
    month : int
    year : int

Returns: DateTime

Extended Type: DateTime

day : int
month : int
year : int
Returns: DateTime

TimeSpan.Multiply(two) (one)

Full Usage: TimeSpan.Multiply(two) (one)

Parameters:
Returns: TimeSpan

Extended Type: TimeSpan

two : int
one : TimeSpan
Returns: TimeSpan

Type something to start searching.