Class CsvMapper.Column.DateTimeOffset
public class CsvMapper.Column.DateTimeOffset : CsvMapper.Column
- Inheritance
-
CsvMapper.Column.DateTimeOffset
- Inherited Members
- Extension Methods
Constructors
DateTimeOffset(string, string, bool, bool)
public DateTimeOffset(string name, string label, bool required, bool allowNull)
Parameters
Properties
AllowNull
public bool AllowNull { get; }
Property Value
Methods
Read(Reader)
public override void Read(CsvMapper.Reader data)