LocalDate.AtStartOfDay Method
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
AtStartOfDay() | |
AtStartOfDay(ZoneId) |
AtStartOfDay()
[Android.Runtime.Register("atStartOfDay", "()Ljava/time/LocalDateTime;", "", ApiSince=26)]
public Java.Time.LocalDateTime? AtStartOfDay ();
[<Android.Runtime.Register("atStartOfDay", "()Ljava/time/LocalDateTime;", "", ApiSince=26)>]
member this.AtStartOfDay : unit -> Java.Time.LocalDateTime
Returns
- Attributes
Applies to
AtStartOfDay(ZoneId)
[Android.Runtime.Register("atStartOfDay", "(Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", "", ApiSince=26)]
public Java.Time.ZonedDateTime? AtStartOfDay (Java.Time.ZoneId? zone);
[<Android.Runtime.Register("atStartOfDay", "(Ljava/time/ZoneId;)Ljava/time/ZonedDateTime;", "", ApiSince=26)>]
member this.AtStartOfDay : Java.Time.ZoneId -> Java.Time.ZonedDateTime
Parameters
- zone
- ZoneId
Returns
- Attributes