Enum DateTimeOperators.MatchType
Which part of the date time should be matched
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public enum DateTimeOperators.MatchType
Fields
Name | Description |
---|---|
DateAndTime | Match on date and time |
DateAndTime_IgnoreSeconds | Match on date and time, but ignore seconds |
DateOnly | Match on date only |
TimeOnly | Match on time only |
TimeOnly_IgnoreSeconds | Match on time only, but ignore seconds |