Partager via


ChatRecipientDeliveryInfo.DeliveryTime Propriété

Définition

Obtient ou définit l’heure à laquelle le message a été envoyé au destinataire.

public:
 property IReference<DateTime> ^ DeliveryTime { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> DeliveryTime();

void DeliveryTime(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> DeliveryTime { get; set; }
var iReference = chatRecipientDeliveryInfo.deliveryTime;
chatRecipientDeliveryInfo.deliveryTime = iReference;
Public Property DeliveryTime As Nullable(Of DateTimeOffset)

Valeur de propriété

Heure à laquelle le message a été envoyé au destinataire.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à