SmsWapMessage.Timestamp Property

Definition

Gets the timestamp of the SmsWapMessage.

The Timestamp property is determined locally for a constructed message instance or from the service center timestamp of a received message.

public:
 property DateTime Timestamp { DateTime get(); };
DateTime Timestamp();
public System.DateTimeOffset Timestamp { get; }
var dateTime = smsWapMessage.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

The timestamp of the message.

Windows requirements

App capabilities
cellularMessaging sms

Applies to