public enum DateTimePartPublic Enumeration DateTimePartpublic enum class DateTimePartGemstone.Scheduling.DateTimePart = function();
Gemstone.Scheduling.DateTimePart.createEnum('Gemstone.Scheduling.DateTimePart', false);| Minute | 0 | SchedulePart represents minutes. Legal values are 0 through 59, or 60 which maps to 0. |
| Hour | 1 | SchedulePart represents hours. Legal values are 0 through 23, or 24 which maps to 0. |
| Day | 2 | SchedulePart represents day of month. Legal values are 1 through 31. |
| Month | 3 | SchedulePart represents months. Legal values are 1 through 12. |
| DayOfWeek | 4 | SchedulePart represents day of week. Legal values are 0 through 6, or 7 which maps to 0. Sunday is 0 and Saturday is 6. |
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
Enum string name is converted to a label with spaces before each capital letter, other than the first.
(Defined by EnumExtensions) |