 | SanteDBContextBaseStartTime Property |
Gets the start time of the applicaton
Namespace: SanteDB.CoreAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic DateTime StartTime { get; }Public ReadOnly Property StartTime As DateTime
Get
public:
virtual property DateTime StartTime {
DateTime get () sealed;
}abstract StartTime : DateTime with get
override StartTime : DateTime with get
Property Value
DateTimeImplements
IApplicationServiceContextStartTime
See Also