Movatterモバイル変換


[0]ホーム

URL:


menu
  1. Dart
  2. dart:core
  3. DateTime
  4. hour property
hour
description

hour property

int gethour

The hour of the day, expressed as in a 24-hour clock[0..23].

final moonLanding = DateTime.parse('1969-07-20 20:18:04Z');print(moonLanding.hour); // 20

Implementation

external int get hour;
  1. Dart
  2. dart:core
  3. DateTime
  4. hour property
DateTime class

[8]ページ先頭

©2009-2025 Movatter.jp