标签:toMinutes

  • java.time.Duration toMinutes()方法

    java time Duration toMinutes()方法获取此持续时间内的分钟数。1语法publiclongtoMinutes()2参数无3返回值持续时间内的分钟数可能是负数。