Поделиться через


ChatRecipientDeliveryInfo.DeliveryTime Свойство

Определение

Возвращает или задает время отправки сообщения получателю.

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)

Значение свойства

Время отправки сообщения получателю.

Требования к Windows

Возможности приложения
chat chatSystem smsSend

Применяется к