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()
[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.LocalDateTimeReturns
- 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.ZonedDateTimeParameters
- zone
- ZoneId
Returns
- Attributes