|
DateTimePart Enumeration
|
Indicates the date/time element that a
SchedulePart represents.
Namespace: GSF.SchedulingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax Public 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.
|
Remarks This enumeration specifically corresponds to the UNIX crontab date/time elements.
See Also