HourOfDay Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the hour of the day.
public enum class HourOfDay
public enum HourOfDay
type HourOfDay =
Public Enum HourOfDay
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Zero | 0 | 12:00 A.M. (midnight) |
One | 1 | 1:00 A.M. |
Two | 2 | 2:00 A.M. |
Three | 3 | 3:00 A.M. |
Four | 4 | 4:00 A.M. |
Five | 5 | 5:00 A.M. |
Six | 6 | 6:00 A.M. |
Seven | 7 | 7:00 A.M. |
Eight | 8 | 8:00 A.M. |
Nine | 9 | 9:00 A.M. |
Ten | 10 | 10:00 A.M. |
Eleven | 11 | 11:00 A.M. |
Twelve | 12 | 12:00 P.M. (noon) |
Thirteen | 13 | 1:00 P.M. |
Fourteen | 14 | 2:00 P.M. |
Fifteen | 15 | 3:00 P.M. |
Sixteen | 16 | 4:00 P.M. |
Seventeen | 17 | 5:00 P.M. |
Eighteen | 18 | 6:00 P.M. |
Nineteen | 19 | 7:00 P.M. |
Twenty | 20 | 8:00 P.M. |
TwentyOne | 21 | 9:00 P.M. |
TwentyTwo | 22 | 10:00 P.M. |
TwentyThree | 23 | 11:00 P.M. |
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.