Skip to content

@technobuddha > library > Time > Year

Type Alias: SameYearOptions

ts
type SameYearOptions = {
  utc?: boolean;
};

Defined in: is-same-year.ts:6

Options for the isSameYear function

Properties

PropertyTypeDescriptionDefined in
utc?booleanuse the utc timezonesrc/is-same-year.ts:8