Date Members
The Date type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Date()()()() | |
![]() |
Date(Double) |
Double value representing the number of milliseconds since 1 January 1970 00:00:00 UTC (Unix Epoch).
|
![]() |
Date(String) |
String value representing a date. The string should be in a format recognized by the Date.parse() method (IETF-compliant RFC 2822 timestamps and also a version of ISO8601).
|
![]() |
Date(Int32, Int32, Int32, Int32, Int32, Int32, Int32) | |
![]() |
Date(Int32, Int32, Int32, Int32, Int32, Int32) | |
![]() |
Date(Int32, Int32, Int32, Int32, Int32) | |
![]() |
Date(Int32, Int32, Int32, Int32) | |
![]() |
Date(Int32, Int32, Int32) | |
![]() |
Date(Int32, Int32) |