FSharp.Interop.Compose


DateTime

Corresponding static methods as functions for System.DateTime

Functions and values

Function or valueDescription
add value {instance}
Signature: value:(type) -> {instance}:(type) -> (type)

Calls Add(value)

Go to GitHub source
addDays value {instance}
Signature: value:float -> {instance}:(type) -> (type)

Calls AddDays(value)

Go to GitHub source
addHours value {instance}
Signature: value:float -> {instance}:(type) -> (type)

Calls AddHours(value)

Go to GitHub source
addMinutes value {instance}
Signature: value:float -> {instance}:(type) -> (type)

Calls AddMinutes(value)

Go to GitHub source
addMonths months {instance}
Signature: months:int -> {instance}:(type) -> (type)

Calls AddMonths(months)

Go to GitHub source
addSeconds value {instance}
Signature: value:float -> {instance}:(type) -> (type)

Calls AddSeconds(value)

Go to GitHub source
addTicks value {instance}
Signature: value:int64 -> {instance}:(type) -> (type)

Calls AddTicks(value)

Go to GitHub source
toShortDateString {instance}
Signature: {instance}:(type) -> string

Calls ToShortDateString()

Go to GitHub source
toShortTimeString {instance}
Signature: {instance}:(type) -> string

Calls ToShortTimeString()

Go to GitHub source
toUniversalTime {instance}
Signature: {instance}:(type) -> (type)

Calls ToUniversalTime()

Go to GitHub source
Fork me on GitHub