| LogEntryTimestamp Property |
[This is preliminary documentation and is subject to change.]
Gets or sets the timestamp.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public 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:
DateTimeTimestamp.
See Also