TimerStat 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TimerStat() |
建構清空的 TimerStat 物件,並將計數和時間設定為 0。 |
TimerStat(Parcel) |
建構 TimerStat 物件,從 |
TimerStat(Int32, Int64) |
使用提供的計數和時間字段建構 TimerStat 物件。 |
TimerStat()
建構清空的 TimerStat 物件,並將計數和時間設定為 0。
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=24)]
public TimerStat ();
- 屬性
備註
建構清空的 TimerStat 物件,並將計數和時間設定為 0。
的 android.os.health.TimerStat.TimerStat()
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
TimerStat(Parcel)
建構 TimerStat 物件,從 android.os.Parcel Parcel
物件讀取值。
[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=24)]
public TimerStat (Android.OS.Parcel? in);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "", ApiSince=24)>]
new Android.OS.Health.TimerStat : Android.OS.Parcel -> Android.OS.Health.TimerStat
參數
- in
- Parcel
- 屬性
備註
建構 TimerStat 物件,從 android.os.Parcel Parcel
物件讀取值。
的 android.os.health.TimerStat.TimerStat(android.os.Parcel)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。
適用於
TimerStat(Int32, Int64)
使用提供的計數和時間字段建構 TimerStat 物件。
[Android.Runtime.Register(".ctor", "(IJ)V", "", ApiSince=24)]
public TimerStat (int count, long time);
[<Android.Runtime.Register(".ctor", "(IJ)V", "", ApiSince=24)>]
new Android.OS.Health.TimerStat : int * int64 -> Android.OS.Health.TimerStat
參數
- count
- Int32
計數
- time
- Int64
時間
- 屬性
備註
使用提供的計數和時間字段建構 TimerStat 物件。
的 android.os.health.TimerStat.TimerStat(int, long)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。