Syntax
            
        
            Parameters
- period
- A TdPeriodTimeWithTimeZone.
- interval
- The TdIntervalDayToSecond interval will be subtracted from a TdPeriodTimeWithTimeZone.
Return Value
A TdPeriodTimeWithTimeZone is returned that is the result of subtracting the TdIntervalDayToSecond from a TdPeriodTimeWithTimeZone.
 
            Exceptions
| Exception | Description | 
|---|
| TdException | Unable to subtract the specified TdIntervalDayToSecond from a TdPeriodTimeWithTimeZone. | 
Requirements
| Product | Versions | Platforms | 
|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS | 
 
            
            See Also