다음을 통해 공유


Calendar.WeekData.WeekendCeaseMillis Property

Definition

the cease time in millis during the cease day.

[Android.Runtime.Register("weekendCeaseMillis", ApiSince=24)]
public int WeekendCeaseMillis { get; set; }
[<Android.Runtime.Register("weekendCeaseMillis", ApiSince=24)>]
member this.WeekendCeaseMillis : int with get, set

Property Value

Attributes

Remarks

the cease time in millis during the cease day. Exclusive, so the max is 24:00:00.000. Note that this will format as 00:00 the next day.

Java documentation for android.icu.util.Calendar.WeekData.weekendCeaseMillis.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to