Struct astro::time::DayOfMonth
[−]
[src]
pub struct DayOfMonth {
pub day: u8,
pub hr: u8,
pub min: u8,
pub sec: f64,
pub time_zone: f64,
}Represents a day of a month with hours, minutes and seconds
Fields
day | Day of month range: 1 - 31 |
hr | Hour of day range: 0 - 60 |
min | Minute of hour range: 0 - 60 |
sec | Second of minute range: 0.0 - 60.0 |
time_zone | Time zone | in decimal hours Example: Pacific Time Zone is -8.0 |