ProcessingConsentGivenOnUtc Property |
The date and time (in Utc), when the consent was given. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime GivenOnUtc { get; set; }
Public Property GivenOnUtc As DateTime
Get
Set
public:
property DateTime^ GivenOnUtc {
DateTime^ get ();
void set (DateTime^ value);
}
member GivenOnUtc : DateTime with get, set
Property Value
Type:
DateTime
See Also