UpdateInformationPostedDateUtc Property |
Gets the date and time the update was posted in coordinated universal time (UTC).
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic DateTime PostedDateUtc { get; }
Public ReadOnly Property PostedDateUtc As DateTime
Get
public:
property DateTime PostedDateUtc {
DateTime get ();
}
member PostedDateUtc : DateTime with get
Property Value
Type:
DateTimeThe date and time the update was posted in coordinated universal time (UTC).
See Also