DateTimeCoder<T> constructor

DateTimeCoder<T>(
  1. ToElement<T, DateTime> toElement
)

Implementation

DateTimeCoder(this.toElement);