MediaLogMessageEventArgsTimestampUtc Property |
Gets the timestamp.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime TimestampUtc { get; }
Public ReadOnly Property TimestampUtc As DateTime
Get
Dim instance As MediaLogMessageEventArgs
Dim value As DateTime
value = instance.TimestampUtc
member TimestampUtc : DateTime with get
/** @property */
public DateTime get_TimestampUtc()
function get TimestampUtc () : DateTime
function get_TimestampUtc();
Property Value
Type:
DateTime
See Also