语言

LastValidationDateTime.AttemptedDateTime 属性

定义

获取或设置最后一次验证尝试的日期和时间。

public:
 property System::String ^ AttemptedDateTime { System::String ^ get(); void set(System::String ^ value); };
public string AttemptedDateTime { get; set; }
member this.AttemptedDateTime : string with get, set
Public Property AttemptedDateTime As String

属性值

一个 String 代表日期和时间的数值。

注解

日期和时间数据为字符串格式为 YYYYMMDD hh:mm:ss.fff,其中:

  • YYYY 用四位数表示年份。

  • MM 表示月份,用两位数表示(零填充)。

  • DD 代表月份的日期,用两位数表示(零填充)。

  • HH 用两位数字表示整点,是二十四小时制(零填充)。

  • MM 表示分钟,用两位数表示(零填充)。

  • SS 表示两位数字的秒(零填充)。

  • FFF 表示秒的分数部分,用三位数字表示。

例如,18:12:00.000 20040512数值被解释为2004年5月12日下午6:12。

适用于