Summary
Gets or sets the modified time in milliseconds from the Unix epoch.
- Namespace
- Cake
.Common .Build .GoCD .Data - Containing Type
- GoCDModificationInfo
Syntax
[DataMember(Name = "modified_time")]
public long ModifiedTimeUnixMilliseconds { get; set; }
Attributes
| Type | Description |
|---|---|
| DataMemberAttribute |
Value
| Type | Description |
|---|---|
| long | The modified time in milliseconds from the Unix epoch. |
