OHyMoS.NET Class Library

OhTimePoint.toCalendarArray メソッド 

時刻の配列({年、月、日、時、分、秒})を返します。

Converts the current OhTimePoint object to the Calendar array.
public virtual int[] toCalendarArray();

戻り値

an int[] value

実装

IOhTimePointImmutable.toCalendarArray

解説

When cal is the returned array, cal[OhTimePoint.YEAR], cal[OhTimePoint.MONTH], cal[OhTimePoint.DAY], cal[OhTimePoint.HOUR], cal[OhTimePoint.MINUTE], cal[OhTimePoint.SECOND] contain year, month, hour, minute and second data.

参照

OhTimePoint クラス | OhymosNet 名前空間