Spread WPF Documentation
DateCompareType Enumeration


Specifies the date comparison type.
Syntax
'Declaration
 
Public Enum DateCompareType 
   Inherits System.Enum
'Usage
 
Dim instance As DateCompareType
public enum DateCompareType : System.Enum 
Members
MemberDescription
AfterIndicates whether the date time is after a certain time.
AfterEqualsToIndicates whether the date time is after or equal to a certain time.
BeforeIndicates whether the date time is before a certain time.
BeforeEqualsToIndicates whether the date time is before or equal to a certain time.
EqualsToIndicates whether the date time is equal to a certain time.
NotEqualsToIndicates whether the date time is not equal to a certain time.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Windows.SpreadSheet.Data.DateCompareType

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

GrapeCity.Windows.SpreadSheet.Data Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.