@microsoft/fast-foundation > MonthInfo
MonthInfo type
Information about a month
Signature:export declare type MonthInfo = {
month: number;
year: number;
length: number;
start: number;
};
@microsoft/fast-element
v2 is out! 🎉️@microsoft/fast-foundation > MonthInfo
Information about a month
Signature:export declare type MonthInfo = {
month: number;
year: number;
length: number;
start: number;
};