TechTalk Genome v4.2

NullableDateTime.Subtract Method 

Subtracts a specified time interval to this structure.

public NullableDateTime Subtract(
   TimeSpan t
);

Parameters

t
A System.TimeSpan

Return Value

A NullableDateTime that is the difference of this structure and t.

Remarks

This method does not change the value of this NullableDateTime. Instead, a new NullableDateTime is returned whose value is the result of this operation.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDateTime Class | TechTalk.Genome.NullableTypes Namespace