語言

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。

適用於