'Declaration Public Shared ReadOnly Zero As TdIntervalMinute
'Usage Dim value As TdIntervalMinute value = TdIntervalMinute.Zero
public static readonly TdIntervalMinute Zero
public: static readonly TdIntervalMinute Zero
'Declaration Public Shared ReadOnly Zero As TdIntervalMinute
'Usage Dim value As TdIntervalMinute value = TdIntervalMinute.Zero
public static readonly TdIntervalMinute Zero
public: static readonly TdIntervalMinute Zero
TdIntervalDayTo Second minuteInterval = new TdIntervalMinute(-30); if (minuteInterval < TdIntervalMinute.Zero) { Console.WriteLine("The Interval is negative"); } // The output of the console is "The interval is negative"
Product | Versions | Platforms |
---|---|---|
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |