다음을 통해 공유


Calendar.RepeatedWallTimeOption Property

Definition

<strong>[icu]</strong>Gets the behavior for handling wall time repeating multiple times at negative time zone offset transitions. -or- <strong>[icu]</strong>Sets the behavior for handling wall time repeating multiple times at negative time zone offset transitions.

public virtual Android.Icu.Util.WalltimeOptions RepeatedWallTimeOption { [Android.Runtime.Register("getRepeatedWallTimeOption", "()I", "GetGetRepeatedWallTimeOptionHandler", ApiSince=24)] get; [Android.Runtime.Register("setRepeatedWallTimeOption", "(I)V", "GetSetRepeatedWallTimeOption_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getRepeatedWallTimeOption", "()I", "GetGetRepeatedWallTimeOptionHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setRepeatedWallTimeOption", "(I)V", "GetSetRepeatedWallTimeOption_IHandler", ApiSince=24)>]
member this.RepeatedWallTimeOption : Android.Icu.Util.WalltimeOptions with get, set

Property Value

the behavior for handling repeating wall time, either WALLTIME_FIRST or WALLTIME_LAST.

Attributes

Remarks

Property getter documentation:

<strong>[icu]</strong>Gets the behavior for handling wall time repeating multiple times at negative time zone offset transitions.

Java documentation for android.icu.util.Calendar.getRepeatedWallTimeOption().

Property setter documentation:

<strong>[icu]</strong>Sets the behavior for handling wall time repeating multiple times at negative time zone offset transitions. For example, 1:30 AM on November 6, 2011 in US Eastern time (America/New_York) occurs twice; 1:30 AM EDT, then 1:30 AM EST one hour later. When WALLTIME_FIRST is used, the wall time 1:30AM in this example will be interpreted as 1:30 AM EDT (first occurrence). When WALLTIME_LAST is used, it will be interpreted as 1:30 AM EST (last occurrence). The default value is WALLTIME_LAST.

Java documentation for android.icu.util.Calendar.setRepeatedWallTimeOption(int).

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