Time..::..MilitaryTime Property
Gets or Sets the current Military time value. Military time is in the range of 0 to 2400.
Namespace:
CAS.Lib.CodeProtect.LicenseDsc.ConstraintsAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public int MilitaryTime { get; set; }
<BindableAttribute> _ <BrowsableAttribute> _ <CategoryAttribute> _ <DefaultValueAttribute> _ <DescriptionAttribute> _ <DesignerSerializationVisibilityAttribute> _ Public Property MilitaryTime As Integer Get Set
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] public: property int^ MilitaryTime { int^ get (); void set (int^ value); }
Return Value
Gets the current Military time value.Exceptions
Exception | Condition |
---|---|
ApplicationException | This will throw an exception if the time value is out of range (0 to 2400). |