﻿<?xml version="1.0" encoding="utf-8"?>
<?xul-overlay href="../../../XULControls/DateControls.xml"?>

<customactions>
	<actionspanel>
		<folder name="ActionScript 2.0 類別" id="ActionScript 2.0 Classes" sort="false" tiptext="由 ActionScript 所提供的預先定義的類別" helpid="x20980" version="4">
			<folder name="核心" id="Core" tiptext="ActionScript 語言的核心類別" helpid="x20AAC" version="5">
				<folder name="Date" id="Date" sort="false" index="true" tiptext="幫助您處理日期與時間的類別" helpid="x208E9" version="5">
					<string name="new Date" tiptext="建立一個新的 Date 物件" helpid="x21A4C" text="new Date(%%)" text2="new Date(% 時間值 %)" text3="new Date(% 年, 月, 日期, 小時, 分, 秒, 毫秒 %)" version="5"/>
					<folder name="方法" id="Methods" tiptext="Date 物件的方法" helpid="x20AA2" version="5">
						<string name="getDate" tiptext="取得天數 [本地時間]" helpid="x21A4D" object="Date" text=".getDate()" version="5"/>
						<string name="getMonth" tiptext="取得月份 (0=一月，1=二月， ...)[本地時間]" helpid="x21A56" object="Date" text=".getMonth()" version="5"/>
						<string name="getFullYear" tiptext="取得完整年份 (如 2000) [本地時間]" helpid="x21A4F" object="Date" text=".getFullYear()" version="5"/>
						<string name="getDay" tiptext="取得星期 (0=星期日, 1=星期一, ...) [本地時間]" helpid="x21A4E" object="Date" text=".getDay()" version="5"/>
						<string name="getHours" tiptext="取得小時 (0=12am, 23=11pm) [本地時間]" helpid="x21A50" object="Date" text=".getHours()" version="5"/>
						<string name="getMinutes" tiptext="取得分鐘 [本地時間]" helpid="x21A55" object="Date" text=".getMinutes()" version="5"/>
						<string name="getSeconds" tiptext="取得前一分鐘經過的秒數 [本地時間]" helpid="x21A57" object="Date" text=".getSeconds()" version="5"/>
						<string name="getMilliseconds" tiptext="取得前一秒經過的毫秒數 [本地時間]" helpid="x21A54" object="Date" text=".getMilliseconds()" version="5"/>
						<string name="getYear" tiptext="取得目前年份減去 1900 後的值 [本地時間]" helpid="x21A63" object="Date" text=".getYear()" version="5"/>
						<string name="UTC" tiptext="傳回指定的 UTC 日期與時間的時間值" helpid="x21A4B" object="Date" text="Date.UTC(% 年, [月], [日期], [小時], [分], [秒], [毫秒] %)" version="5">
							<parametersdialog>
								<block id="YEAR_FLEX"/>
								<block id="MONTH_OPT_FLEX"/>
								<block id="DAY_OPT_FLEX"/>
								<block id="HOURS_OPT_FLEX"/>
								<block id="MINUTES_OPT_FLEX"/>
								<block id="SECONDS_OPT_FLEX"/>
								<block id="MILLISECONDS_OPT_FLEX"/>
							</parametersdialog>
						</string>
						<string name="getTimezoneOffset" tiptext="取得目前本地時間與 UTC 時間的偏移值，以分鐘來計算" helpid="x21A59" object="Date" text=".getTimezoneOffset()" version="5"/>
						<string name="getTime" tiptext="取得從 UTC 時間 1970 年 1 月 1 日開始計算的毫秒數" helpid="x21A58" object="Date" text=".getTime()" version="5"/>
						<string name="getUTCDate" tiptext="取得天數 [UTC 時間]" helpid="x21A5A" object="Date" text=".getUTCDate()" version="5"/>
						<string name="getUTCMonth" tiptext="取得月份 (0=一月, 1=二月, ...)[UTC 時間]" helpid="x21A60" object="Date" text=".getUTCMonth()" version="5"/>
						<string name="getUTCFullYear" tiptext="取得完整年份 (如 2000) [UTC 時間]" helpid="x21A5C" object="Date" text=".getUTCFullYear()" version="5"/>
						<string name="getUTCDay" tiptext="取得星期 (0=星期日, 1=星期一, ...) [UTC 時間]" helpid="x21A5B" object="Date" text=".getUTCDay()" version="5"/>
						<string name="getUTCHours" tiptext="取得小時 (0=12am, 23=11pm) [UTC 時間]" helpid="x21A5D" object="Date" text=".getUTCHours()" version="5"/>
						<string name="getUTCMinutes" tiptext="取得分鐘 [UTC 時間]" helpid="x21A5F" object="Date" text=".getUTCMinutes()" version="5"/>
						<string name="getUTCSeconds" tiptext="取得前一分鐘經過的秒數 [UTC 時間]" helpid="x21A61" object="Date" text=".getUTCSeconds()" version="5"/>
						<string name="getUTCMilliseconds" tiptext="取得前一秒經過的毫秒數 [UTC 時間]" helpid="x21A5E" object="Date" text=".getUTCMilliseconds()" version="5"/>
						<string name="setTime" tiptext="設定從 UTC 時間 1970 年 1 月 1 日開始計算的毫秒數" helpid="x21A6B" object="Date" text=".setTime(% 值 %)" version="5">
							<parametersdialog>
								<label id="MILLISECONDS_LABEL"/>
								<textbox id="MILLISECONDS_TEXTBOX" size="15" prompt="自 1970 年 1 月 1 日起"/>
							</parametersdialog>
						</string>
						<string name="setHours" tiptext="設定小時 (0=12am, 23=11pm) [本地時間]" helpid="x21A66" object="Date" text=".setHours(% 小時%)" version="5">
							<parametersdialog>
								<block id="HOURS"/>
							</parametersdialog>
						</string>
						<string name="setDate" tiptext="設定天數 [本地時間]" helpid="x21A64" object="Date" text=".setDate(% 日期 %)" version="5">
							<parametersdialog>
								<block id="DAY"/>
							</parametersdialog>
						</string>
						<string name="setMonth" tiptext="設定月份 (0=一月, 1=二月, ...)[本地時間]" helpid="x21A69" object="Date" text=".setMonth(% 月 %)" version="5">
							<parametersdialog>
								<block id="MONTH"/>
							</parametersdialog>
						</string>
						<string name="setFullYear" tiptext="設定完整年份 (如 2000) [本地時間]" helpid="x21A65" object="Date" text=".setFullYear( %年份, 月份, 日期 %)" version="5">
							<parametersdialog>
								<block id="YEAR"/>
								<block id="MONTH_OPT"/>
								<block id="DAY_OPT"/>
							</parametersdialog>
						</string>
						<string name="setSeconds" tiptext="設定前一分鐘經過的秒數 [本地時間]" helpid="x21A6A" object="Date" text=".setSeconds(% 秒 %)" version="5">
							<parametersdialog>
								<block id="SECONDS"/>
							</parametersdialog>
						</string>
						<string name="setMinutes" tiptext="設定分鐘 [本地時間]" helpid="x21A68" object="Date" text=".setMinutes(% 分 %)" version="5">
							<parametersdialog>
								<block id="MINUTES"/>
							</parametersdialog>
						</string>
						<string name="setMilliseconds" tiptext="設定前一秒經過的毫秒數 [本地時間]" helpid="x21A67" object="Date" text=".setMilliseconds(% 毫秒 %)" version="5">
							<parametersdialog>
								<label id="MILLISECONDS_LABEL"/>
								<textbox id="MILLISECONDS_TEXTBOX" prompt="0-999"/>
							</parametersdialog>
						</string>
						<string name="setYear" tiptext="設定減掉 1900 的年份 [本地時間]" helpid="x21A73" object="Date" text=".setYear(% 年 %)" version="5">
							<parametersdialog>
								<block id="YEAR"/>
							</parametersdialog>
						</string>
						<string name="setUTCDate" tiptext="設定天數 [UTC 時間]" helpid="x21A6C" object="Date" text=".setUTCDate(% 日期 %)" version="5">
							<parametersdialog>
								<block id="DAY"/>
							</parametersdialog>
						</string>
						<string name="setUTCMonth" tiptext="設定月份 (0=一月, 1=二月, ...)[UTC 時間]" helpid="x21A71" object="Date" text=".setUTCMonth(% 月, 日期 %)" text2=".setUTCMonth(% 月 %)" version="5">
							<parametersdialog>
								<block id="MONTH"/>
							</parametersdialog>
						</string>
						<string name="setUTCFullYear" tiptext="設定完整年份 (如 2000) [UTC 時間]" helpid="x21A6D" object="Date" text=".setUTCFullYear(% 年, 月, 日期 %)" version="5">
							<parametersdialog>
								<block id="YEAR"/>
								<block id="MONTH_OPT"/>
								<block id="DAY_OPT"/>
							</parametersdialog>
						</string>
						<string name="setUTCHours" tiptext="設定小時 (0=12am, 23=11pm) [UTC 時間]" helpid="x21A6E" object="Date" text=".setUTCHours(% 小時 %)" version="5">
							<parametersdialog>
								<block id="HOURS"/>
							</parametersdialog>
						</string>
						<string name="setUTCMinutes" tiptext="設定分鐘 [UTC 時間]" helpid="x21A70" object="Date" text=".setUTCMinutes(% 分 %)" version="5">
							<parametersdialog>
								<block id="MINUTES"/>
							</parametersdialog>
						</string>
						<string name="setUTCSeconds" tiptext="設定前一分鐘經過的秒數 [UTC 時間]" helpid="x21A72" object="Date" text=".setUTCSeconds(% 秒 %)" version="5">
							<parametersdialog>
								<block id="SECONDS"/>
							</parametersdialog>
						</string>
						<string name="setUTCMilliseconds" tiptext="設定前一秒經過的毫秒數 [UTC 時間]" helpid="x21A6F" object="Date" text=".setUTCMilliseconds(% 毫秒 %)" version="5">
							<parametersdialog>
								<label id="MILLISECONDS_LABEL"/>
								<textbox id="MILLISECONDS_TEXTBOX" prompt="0-999"/>
							</parametersdialog>
						</string>
						<string name="toString" tiptext="傳回代表日期/時間的字串" helpid="x21A74" object="Date" text=".toString()" version="5"/>
					</folder>
				</folder>
			</folder>
		</folder>
	</actionspanel>
</customactions>
