mergeTime method
Merges specified time to current date.
Implementation
NepaliDateTime mergeTime(int hour, int minute, int second) =>
NepaliDateTime(year, month, day, hour, minute, second);
Merges specified time to current date.
NepaliDateTime mergeTime(int hour, int minute, int second) =>
NepaliDateTime(year, month, day, hour, minute, second);