ZoneOffsetTransitionRule.TimeDefinition.CreateDateTime 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.
Converts the specified local date-time to the local date-time actually seen on a wall clock.
[Android.Runtime.Register("createDateTime", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;)Ljava/time/LocalDateTime;", "", ApiSince=26)]
public Java.Time.LocalDateTime CreateDateTime(Java.Time.LocalDateTime dateTime, Java.Time.ZoneOffset standardOffset, Java.Time.ZoneOffset wallOffset);
[<Android.Runtime.Register("createDateTime", "(Ljava/time/LocalDateTime;Ljava/time/ZoneOffset;Ljava/time/ZoneOffset;)Ljava/time/LocalDateTime;", "", ApiSince=26)>]
member this.CreateDateTime : Java.Time.LocalDateTime * Java.Time.ZoneOffset * Java.Time.ZoneOffset -> Java.Time.LocalDateTime
Parameters
- dateTime
- LocalDateTime
The local date-time to convert.
- standardOffset
- ZoneOffset
The standard offset.
- wallOffset
- ZoneOffset
The wall offset.
Returns
The date-time relative to the wall/before offset.
- Attributes
Remarks
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.