Hyperlinkv0.8.0-beta.28

DateTime

DateTime.Utcinterfaceeffect/DateTime.ts:50
Utc

Represents a DateTime stored as an absolute UTC instant with no associated time zone.

Details

Use DateTime.isUtc to narrow a DateTime to this variant.

models
Source effect/DateTime.ts:505 lines
export interface Utc extends DateTime.Proto {
  readonly _tag: "Utc"
  readonly epochMilliseconds: number
  partsUtc: DateTime.PartsWithWeekday | undefined
}
Referenced by 16 symbols