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