DateTimeFormatter.IncludeSecond プロパティ

定義

テンプレート内の SecondFormat を取得します。

public:
 property SecondFormat IncludeSecond { SecondFormat get(); };
SecondFormat IncludeSecond();
public SecondFormat IncludeSecond { get; }
var secondFormat = dateTimeFormatter.includeSecond;
Public ReadOnly Property IncludeSecond As SecondFormat

プロパティ値

2 番目の を含めるかどうかを指定します。 その場合、このプロパティはテンプレートの 2 番目の形式を指定します。

適用対象