m3e/time_parts

Types

pub type TimeParts {
  TimeParts(hour: Int, minute: Int, second: Int)
}

Constructors

  • TimeParts(hour: Int, minute: Int, second: Int)

    Arguments

    hour

    The hour, in 24-hour time, from 0..23.

    minute

    The minute, from 0..59.

    second

    The second, from 0..59.

Values

pub fn to_string(tp: TimeParts) -> String
pub fn zero() -> TimeParts
pub fn zero_string() -> String
Search Document