RemoteArgument.DateTimeValue Propriedade

Definição

Obtém ou define o DateTime que o RemoteArgument representa.Gets or sets the DateTime that the RemoteArgument represents.

public:
 property DateTime DateTimeValue { DateTime get(); void set(DateTime value); };
public DateTime DateTimeValue { get; set; }
member this.DateTimeValue : DateTime with get, set
Public Property DateTimeValue As DateTime

Valor da propriedade

DateTime

O DateTime que o RemoteArgument representa; MinValue se o valor de RemoteArgument ainda não tiver sido especificado.The DateTime that the RemoteArgument represents; MinValue if the value of the RemoteArgument has not yet been specified.

Exceções

A propriedade RemoteArgumentKind não está definida como o valor Intrinsic.The RemoteArgumentKind property is not set to the Intrinsic value.

- ou --or- A propriedade TypeCode não está definida como o valor DateTime.The TypeCode property is not set to the DateTime value.

- ou --or- Essa propriedade está definida, enquanto a propriedade IsByRef é false.This property is set while the IsByRef property is false.

Aplica-se a