Version

FixedDateGroupType Enumeration

Represents the various types, or precisions, of a FixedDateGroup.
Syntax
public enum FixedDateGroupType : System.Enum 
Members
MemberDescription
DayThe group represents the day in which the FixedDateGroup.Value exists.
HourThe group represents the hour in which the FixedDateGroup.Value exists.
MinuteThe group represents the minute in which the FixedDateGroup.Value exists.
MonthThe group represents the month in which the FixedDateGroup.Value exists.
SecondThe group represents the second in which the FixedDateGroup.Value exists.
YearThe group represents the year in which the FixedDateGroup.Value exists.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also