'Declaration Public Shared ReadOnly Zero As TdIntervalHour
'Usage Dim value As TdIntervalHour value = TdIntervalHour.Zero
public static readonly TdIntervalHour Zero
public: static readonly TdIntervalHour Zero
'Declaration Public Shared ReadOnly Zero As TdIntervalHour
'Usage Dim value As TdIntervalHour value = TdIntervalHour.Zero
public static readonly TdIntervalHour Zero
public: static readonly TdIntervalHour Zero
TdIntervalDayTo Second hourInterval = new TdIntervalHour(-23); if (hourInterval < TdIntervalHour.Zero) { Console.WriteLine("The Interval is negative"); } // The output of the console is "The interval is negative"
Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019