Enum DateRedaction
- Namespace
- ZeroRedact
- Assembly
- ZeroRedact.dll
Defines the different types of redactions that can be applied to a date.
public enum DateRedaction
Fields
All = 0
The date is redacted.
Day = 3
The day is redacted.
DayAndMonth = 6
The day and month are redacted.
DayAndYear = 8
The day and year are redacted.
FixedLength = 1
The date is redacted with a fixed length.
Full = 2
The date is redacted, showing the date separator.
Month = 4
The month is redacted.
MonthAndYear = 7
The month and year are redacted.
Year = 5
The year is redacted.