Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. Duration
  4. hoursPerDay constant
hoursPerDay
description

hoursPerDay constant

int consthoursPerDay

The number of hours per day.

Notice that some days may differ in length becauseof time zone changes due to daylight saving.TheDuration class is time zone agnostic andconsiders all days to have 24 hours.

Implementation

static const int hoursPerDay = 24;
  1. Dart
  2. dart:core
  3. Duration
  4. hoursPerDay constant
Duration class

[8]ページ先頭

©2009-2025 Movatter.jp