/*
* kollavarsham
* http://kollavarsham.org
*
* Copyright (c) 2014-2023 The Kollavarsham Team
* Licensed under the MIT license.
*/
/**
* @module yuga
*/
/**
*
* **INTERNAL/PRIVATE**
*
* @class Yuga
*/
export class Yuga {
constructor() {
this.CivilDays = 0;
this.SynodicMonth = 0;
this.Adhimasa = 0;
this.Tithi = 0;
this.Ksayadina = 0;
}
}