Click or drag to resize

DateTimePart Enumeration

Indicates the date/time element that a SchedulePart represents.

Namespace: GSF.Scheduling
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public enum DateTimePart
Members
Member nameValueDescription
Minute0SchedulePart represents minutes. Legal values are 0 through 59.
Hour1SchedulePart represents hours. Legal values are 0 through 23.
Day2SchedulePart represents day of month. Legal values are 1 through 31.
Month3SchedulePart represents months. Legal values are 1 through 12.
DayOfWeek4SchedulePart 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