var NSDateComponentUndefined : Int
Specifies a date component without a value.
ある日付構成要素を値なしで指定します。
var NSUndefinedDateComponent : Int
Specifies a date component without a value.
ある日付構成要素を値なしで指定します。
Technology
For example, when an NSDate
object is created as the result of calculating the distance in time between two dates represented by a particular calendar, the value for the week
component would be set to NSDate
.
例えば、NSDate
オブジェクトがある特定のカレンダーによって表される2つの日付の間の時間での隔たりを計算する結果として作成される場合、week
構成要素に対する値はNSDate
に設定されるでしょう。
var NSDateComponentUndefined : Int
var NSUndefinedDateComponent : Int
var isValidDate : Bool
func isValidDate (in: Calendar) -> Bool
var date: Date?