LocalDate.AtStartOfDay Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Retours
- Attributs
S’applique à
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
Paramètres
- zone
- ZoneId
Retours
- Attributs