TechTalk Genome v4.2

NullableDateTime Subtraction Operator 

Subtracts a specified time interval to a specified date and time, yielding a new date and time.

public static NullableDateTime operator -(
   NullableDateTime x,
   TimeSpan t
);

Parameters

x
A NullableDateTime
t
A System.TimeSpan

Return Value

A NullableDateTime that is the difference of x and t.

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