DateTimeFormatter.IncludeSecond Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the SecondFormat in the template.
public:
property SecondFormat IncludeSecond { SecondFormat get(); };
SecondFormat IncludeSecond();
public SecondFormat IncludeSecond { get; }
var secondFormat = dateTimeFormatter.includeSecond;
Public ReadOnly Property IncludeSecond As SecondFormat
Property Value
Specifies whether the second is included. If it is, this property specifies the format for the second in the template.