NumberNumberNumberNumberNumberNumberNumberNumberNumberDateTimeDateTimeDateTimeDateTimeDateTimeDateTimeDateTimeDateTimeDateTimeNumberGet the Day
Kind: Instance method of DateTime
Returns: Number - the KEY_DAY value
NumberGet the Hour
Kind: Instance method of DateTime
Returns: Number - the KEY_HOUR value
NumberGet the Millisecond
Kind: Instance method of DateTime
Returns: Number - the KEY_MILLISECOND value
NumberGet the Minute
Kind: Instance method of DateTime
Returns: Number - the KEY_MINUTE value
NumberGet the Month
Kind: Instance method of DateTime
Returns: Number - the KEY_MONTH value
NumberGet the Second
Kind: Instance method of DateTime
Returns: Number - the KEY_SECOND value
NumberGet the Tz_hour
Kind: Instance method of DateTime
Returns: Number - the KEY_TZ_HOUR value
NumberGet the Tz_minute
Kind: Instance method of DateTime
Returns: Number - the KEY_TZ_MINUTE value
NumberGet the Year
Kind: Instance method of DateTime
Returns: Number - the KEY_YEAR value
DateTimeSet the Day
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| day | Number |
Day of the month - The desired Day. {'num_min_value': 1, 'num_max_value': 31} |
DateTimeSet the Hour
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| hour | Number |
Hours part of time. Note that this structure accepts time only in 24 Hr format - The desired Hour. {'num_min_value': 0, 'num_max_value': 23} |
DateTimeSet the Millisecond
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| millisecond | Number |
Milliseconds - The desired Millisecond. {'num_min_value': 0, 'num_max_value': 999} |
DateTimeSet the Minute
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| minute | Number |
Minutes part of time - The desired Minute. {'num_min_value': 0, 'num_max_value': 59} |
DateTimeSet the Month
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| month | Number |
Month of the year - The desired Month. {'num_min_value': 1, 'num_max_value': 12} |
DateTimeSet the Second
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| second | Number |
Seconds part of time - The desired Second. {'num_min_value': 0, 'num_max_value': 60} |
DateTimeSet the Tz_hour
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| tz_hour | Number |
Time zone offset in Hours wrt UTC. - The desired Tz_hour. {'default_value': 0, 'num_min_value': -12, 'num_max_value': 14} |
DateTimeSet the Tz_minute
Kind: Instance method of DateTime
Returns: DateTime - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| tz_minute | Number |
Time zone offset in Min wrt UTC. - The desired Tz_minute. {'default_value': 0, 'num_min_value': 0, 'num_max_value': 59} |