'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 added to TdTimestamp.