SmsTextMessage.Timestamp Property

Definition

Indicates the timestamp of the message. It is determined locally for a constructed message instance or from the service center timestamp of a received message.

public:
 property DateTime Timestamp { DateTime get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Devices.Sms.LegacySmsApiContract)]
DateTime Timestamp();
/// [get: Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")]
DateTime Timestamp();
public System.DateTimeOffset Timestamp { [Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Devices.Sms.LegacySmsApiContract))] get; }
public System.DateTimeOffset Timestamp { [Windows.Foundation.Metadata.Deprecated("SmsTextMessage may be altered or unavailable for releases after Windows 10. Instead, use SmsTextMessage2.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Devices.Sms.LegacySmsApiContract")] get; }
var dateTime = smsTextMessage.timestamp;
Public ReadOnly Property Timestamp As DateTimeOffset

Property Value

A value of the DateTime type.

Implements

Attributes

Windows requirements

App capabilities
cellularMessaging sms

Applies to