Share via


FreezePeriod Constructors

Definition

Overloads

FreezePeriod(MonthDay, MonthDay)

Creates a freeze period by its start and end dates.

FreezePeriod(IntPtr, JniHandleOwnership)

FreezePeriod(MonthDay, MonthDay)

Creates a freeze period by its start and end dates.

[Android.Runtime.Register(".ctor", "(Ljava/time/MonthDay;Ljava/time/MonthDay;)V", "", ApiSince=28)]
public FreezePeriod (Java.Time.MonthDay? start, Java.Time.MonthDay? end);
[<Android.Runtime.Register(".ctor", "(Ljava/time/MonthDay;Ljava/time/MonthDay;)V", "", ApiSince=28)>]
new Android.App.Admin.FreezePeriod : Java.Time.MonthDay * Java.Time.MonthDay -> Android.App.Admin.FreezePeriod

Parameters

start
MonthDay
end
MonthDay
Attributes

Remarks

Creates a freeze period by its start and end dates. If the end date is earlier than the start date, the freeze period is considered wrapping year-end.

Java documentation for android.app.admin.FreezePeriod.FreezePeriod(java.time.MonthDay, java.time.MonthDay).

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

FreezePeriod(IntPtr, JniHandleOwnership)

protected FreezePeriod (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.Admin.FreezePeriod : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.Admin.FreezePeriod

Parameters

javaReference
IntPtr

nativeint

Applies to