| 
            
              DateTimePart Enumeration
             | 
          
        
        
            Indicates the date/time element that a 
SchedulePart represents.
            
 
        
        Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
SyntaxPublic Enumeration DateTimePart
public enum class DateTimePart
GSF.Scheduling.DateTimePart = function();
GSF.Scheduling.DateTimePart.createEnum('GSF.Scheduling.DateTimePart', false);
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.
             | 
RemarksThis enumeration specifically corresponds to the UNIX crontab date/time elements.
See Also