@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
| Property | Type | Description | Defined in |
|---|---|---|---|
utc? | boolean | use the utc timezone | src/is-same-year.ts:8 |