Class DateTimeOffsetTimelineAnonymizer
Anonymizes a date/time value by anchoring it to an arbitrary point in the past. The
random anchor time is chosen from the first 1000 years AD, and the anonymized date/time
values are calculated as intervals of time since the random anchor. Thus, the anonymized
date/time values are only meaningful with respect to each other. Their absolute values
will have no meaningful interpretation.
Inheritance
System.Object
DateTimeOffsetTimelineAnonymizer
Assembly: SensusAndroid.dll
Syntax
public class DateTimeOffsetTimelineAnonymizer : Anonymizer
Constructors
DateTimeOffsetTimelineAnonymizer()
Declaration
public DateTimeOffsetTimelineAnonymizer()
Properties
DisplayText
Declaration
public override string DisplayText { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Apply(Object, Protocol)
Declaration
public override object Apply(object value, Protocol protocol)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Protocol |
protocol |
|
Returns
Type |
Description |
System.Object |
|
Overrides