pub fn segment_value_for_date(d: Date, kind: SegmentKind) -> Option<i32>Expand description
What a segment evaluates to. Year can be negative; the rest
are non-negative integers. Period is 0 for AM, 1 for PM.
pub fn segment_value_for_date(d: Date, kind: SegmentKind) -> Option<i32>What a segment evaluates to. Year can be negative; the rest
are non-negative integers. Period is 0 for AM, 1 for PM.