FreezePeriod Constructors
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.
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.
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
- transfer
- JniHandleOwnership