Link Search Menu Expand Document

Root.SetWareki Property

Explanation Specify the year and period of the Japanese calendar.

The year specified using this method will be applied until the Biz / Browser is restarted or the Login method is called. Please note that the year cannot be deleted or changed during execution.
Call format //.SetWareki( sym, sym2, from )
Return value None
Arguments String sym Year string
String sym2 Year abbreviation
String from Specify the start date of the year specified by sym in Date type. The specified date is included in the year specified by sym.
Exception None
Example of use
    //.SetWareki("年号", "N", "2080/1/1");
    
Related item