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