DateType Class

Definition

Represents a date type. It represents a valid date in the proleptic Gregorian calendar. Valid range is [0001-01-01, 9999-12-31].

public sealed class DateType : Microsoft.Spark.Sql.Types.AtomicType
type DateType = class
    inherit AtomicType
Public NotInheritable Class DateType
Inherits AtomicType
Inheritance

Constructors

DateType()

Properties

Json

The compact JSON representation of this data type.

(Inherited from DataType)
SimpleString

Simple string version of the current data type.

(Inherited from DataType)
TypeName

Normalized type name.

(Inherited from DataType)

Methods

Equals(Object)

Checks if the given object is same as the current object by checking the string version of this type.

(Inherited from DataType)
GetHashCode()

Returns the hash code of the current object.

(Inherited from DataType)

Applies to