Calendar.WeekData.WeekendCeaseMillis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.