.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    HOffsetDateTime Struct

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Represents Hazelcast SQL TIMESTAMP_WITH_TIME_ZONE type corresponding to java.time.OffsetDateTime in Java.

    public readonly struct HOffsetDateTime : IEquatable<HOffsetDateTime>
    Implements
    IEquatable<HOffsetDateTime>
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)

    Constructors

    HOffsetDateTime(HLocalDateTime, TimeSpan)
    HOffsetDateTime(DateTime, TimeSpan)
    HOffsetDateTime(DateTimeOffset)

    Fields

    Max
    MaxOffset
    Min
    MinOffset

    Properties

    LocalDateTime

    Local part represented as HLocalDateTime.

    Offset

    Offset value. Ranges between MinOffset and MaxOffset inclusive. Precision is 1 second, smaller values will be rounded and lost during serialization.

    Methods

    Equals(HOffsetDateTime)
    Equals(Object)
    GetHashCode()
    Parse(String)
    ToDateTimeOffset()
    ToString()
    TryParse(String, out HOffsetDateTime)
    TryToDateTimeOffset(out DateTimeOffset)

    Operators

    Equality(HOffsetDateTime, HOffsetDateTime)
    Explicit(HOffsetDateTime to DateTimeOffset)
    Explicit(DateTimeOffset to HOffsetDateTime)
    Inequality(HOffsetDateTime, HOffsetDateTime)
    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.