DateTimeFormatter.IncludeMinute 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 MinuteFormat in the template.
public:
property MinuteFormat IncludeMinute { MinuteFormat get(); };
MinuteFormat IncludeMinute();
public MinuteFormat IncludeMinute { get; }
var minuteFormat = dateTimeFormatter.includeMinute;
Public ReadOnly Property IncludeMinute As MinuteFormat
Property Value
Specifies whether the minute is included. If it is, this property specifies the format for the minute in the template.