'Declaration Public Shared ReadOnly Zero As TdIntervalDayToSecond
'Usage Dim value As TdIntervalDayToSecond value = TdIntervalDayToSecond.Zero
public static readonly TdIntervalDayToSecond Zero
public: static readonly TdIntervalDayToSecond Zero
'Declaration Public Shared ReadOnly Zero As TdIntervalDayToSecond
'Usage Dim value As TdIntervalDayToSecond value = TdIntervalDayToSecond.Zero
public static readonly TdIntervalDayToSecond Zero
public: static readonly TdIntervalDayToSecond Zero
TdIntervalDayTo Second dtsInterval = new TdIntervalDayToSecond(0, 0, 0, 0, -100000); if (dtsInterval < TdIntervalDayToSecond.Zero) { Console.WriteLine("The Interval is negative"); } // The output of the console is "The interval is negative"
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 |