'Declaration Public Shared ReadOnly Zero As TdIntervalHourToMinute
'Usage Dim value As TdIntervalHourToMinute value = TdIntervalHourToMinute.Zero
public static readonly TdIntervalHourToMinute Zero
public: static readonly TdIntervalHourToMinute Zero
'Declaration Public Shared ReadOnly Zero As TdIntervalHourToMinute
'Usage Dim value As TdIntervalHourToMinute value = TdIntervalHourToMinute.Zero
public static readonly TdIntervalHourToMinute Zero
public: static readonly TdIntervalHourToMinute Zero
TdIntervalHourToMinute htmInterval = new TdIntervalHourToMinute(0, -1); if (htmInterval < TdIntervalHourToMinute.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 |