TomlDateTime(Int32, Int32, Int32) Constructor

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Initializes a local-date TOML value from a date component.

public TomlDateTime(int year, int month, int day)

Parameters

year
Int32

The year component.

month
Int32

The month component.

day
Int32

The day component.