Click or drag to resize

DateTimeSerializer Properties

The DateTimeSerializer type exposes the following members.

Properties
  NameDescription
Public propertyDateOnly
Gets whether this DateTime consists of a Date only.
Public propertyStatic memberDateOnlyInstance
Gets an instance of DateTimeSerializer with DateOnly=true.
Public propertyKind
Gets the DateTimeKind (Local, Unspecified or Utc).
Public propertyStatic memberLocalInstance
Gets an instance of DateTimeSerializer with Kind=Local.
Public propertyRepresentation
Gets the external representation.
Public propertyStatic memberUtcInstance
Gets an instance of DateTimeSerializer with Kind=Utc.
Public propertyValueType
Gets the type of the values.
(Inherited from SerializerBaseTValue.)
Top
See Also