|   | DateTimePart Enumeration | 
        
        
            Indicates the date/time element that a 
SchedulePart represents.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Enumeration DateTimePart
public enum class DateTimePart
GSF.Scheduling.DateTimePart = function();
GSF.Scheduling.DateTimePart.createEnum('GSF.Scheduling.DateTimePart', false); Members
Members| Member name | Value | Description | 
|---|
| Minute | 0 | SchedulePart represents minutes. Legal values are 0 through 59. | 
| Hour | 1 | SchedulePart represents hours. Legal values are 0 through 23. | 
| 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 7 where 0 is Sunday. | 
 Remarks
RemarksThis enumeration specifically corresponds to the UNIX crontab date/time elements.
 See Also
See Also