'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultLocalTime As UATimeZoneData
'Usage
Dim value As UATimeZoneData value = UABaseEventObject.DefaultLocalTime
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UATimeZoneData DefaultLocalTime {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UATimeZoneData^ DefaultLocalTime { UATimeZoneData^ get(); }