'Declaration Overloads Public Operator -( _ ByVal timestamp As TdTimestamp, _ ByVal span As TimeSpan _ ) As TdTimestamp
'Usage
public TdTimestamp operator -( TdTimestamp timestamp, TimeSpan span )
public: TdTimestamp operator -( TdTimestamp timestamp, TimeSpan span )
Parameters
- timestamp
- A TdTimestamp.
- span
- A TimeSpan that will be subtracted from the TdTimestamp
Return Value
A TdTimestamp is returned that is the result of subtracting the TimeSpan
from the TdTimestamp.