AnalyticsEventTimestamp Property |
The timestamp of the event, the system will populate with the current time by default.
Namespace: Oracle.Cloud.Mobile.AnalyticsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic DateTime Timestamp { get; set; }
Public Property Timestamp As DateTime
Get
Set
public:
property DateTime Timestamp {
DateTime get ();
void set (DateTime value);
}
member Timestamp : DateTime with get, set
Property Value
Type:
DateTime
See Also