ManualTimeSource
From K-3D
Description
| Provides a time source for a K-3D document |
| Plugin Status: | Stable |
| Categories: | All Plugins, Stable Plugins, Animation Plugins |
Metadata
| Name | Value |
|---|
Properties
| Label | Description | Type | Script Name |
|---|---|---|---|
| Year | Year. | k3d::int32_t | year |
| Month | Month. | k3d::int32_t | month |
| Day | Day. | k3d::int32_t | day |
| Hour | Hour. | k3d::int32_t | hour |
| Minute | Minute. | k3d::int32_t | minute |
| Second | Second. | k3d::double_t | second |
| Time | Time | k3d::double_t | time |
- Values produced by ManualTimeSource are seconds since the Epoch, which is "January 1, 1970, 00:00:00 UTC".
- Values produced by ManualTimeSource are not limited to whole seconds - note that the "Second" field accepts floating-point values.

