Salesforce .WEEKDAY()の使い方のサンプル
環境
Salesforce
構文
WEEKDAY(date)
1 (日曜日)、2 (月曜日)、~ 7 (土曜日) を使用して、指定された日付の曜日を返します。
操作例
WEEKDAY(customdate1__c)
customdate1__c で指定された日付の曜日を返します。
Coding Changes the World
環境
Salesforce
構文
WEEKDAY(date)
1 (日曜日)、2 (月曜日)、~ 7 (土曜日) を使用して、指定された日付の曜日を返します。
操作例
WEEKDAY(customdate1__c)
customdate1__c で指定された日付の曜日を返します。